Re: Kafka Streams: understanding re-key operations for joins

2024-02-23 Thread Vikram Singh
+Ajit Kharpude On Fri, Feb 23, 2024 at 1:14 PM Karsten Stöckmann < karsten.stoeckm...@gmail.com> wrote: > Hi, > > I am observing somewhat unexpected (from my point of view) behaviour > while ke-key / re-partitioning operations in order to prepare a > KTable-KTable join. > > Assume two (simplifie

Re: Kafka Streams: understanding re-key operations for joins

2024-02-23 Thread Karsten Stöckmann
Case closed, behaviour is actually as expected. - The source topic contains multiplied data that gets propagated into the join just as it should. I'm leveraging a stream processor for deduplication now. Best wishes Karsten Vikram Singh schrieb am Fr., 23. Feb. 2024, 12:13: > +Ajit Kharpude > >