Re: Kafka Subscription

2021-10-31 Thread Luke Chen
Hi Sabari, To subscribe, you should send an email to users-subscr...@kafka.apache.org. Not users@kafka.apache.org. Thanks. Luke On Sun, Oct 31, 2021 at 11:46 PM Sabari MayaKrishnan wrote: > Hi, > > For Kafka subscription >

Kafka Subscription

2021-10-31 Thread Sabari MayaKrishnan
Hi, For Kafka subscription

Re: Stream to KTable internals

2021-10-31 Thread Chad Preisler
Thank you for your response and the links to the presentations. *However, this seems tobe orthogonal to your issue?* Yes. From what I see in the code it looks like you have a single consumer subscribed to multiple topics. Please correct me if I'm wrong. *By default, timestamp synchronization

Producer Timeout issue in kafka streams task

2021-10-31 Thread Pushkar Deole
Hi All, I am getting below issue in streams application. Kafka cluster is a 3 broker cluster (v 2.5.1) and I could see that 2 of the 3 brokers restarted at the same time when below exception occurred in streams application so I can relate below exception to those brokers restarts. However, what