RE: Kafka consumer group crashing and not able to consume once service is up

2024-02-09 Thread Marigowda, Santhosh Aditya
Hi Philip, Please find logs of Kafka, Zookeeper, and Service logs from the below link. https://github.com/santhoshadityam/Kafka_consumer_issues Thanks, Santhosh Aditya From: Marigowda, Santhosh Aditya Sent: Friday, February 9, 2024 11:55 AM To: Philip Nee ; Jain, Ankit Cc: dev@kafka.apache.org;

RE: Kafka consumer group crashing and not able to consume once service is up

2024-02-08 Thread Marigowda, Santhosh Aditya
Hi Philip, Are you expecting logs from subscriber from our service please do let me know. Thanks, Santhosh Aditya From: Marigowda, Santhosh Aditya Sent: Friday, February 9, 2024 11:32 AM To: Philip Nee ; Jain, Ankit Cc: dev@kafka.apache.org; Namboodiri, Vishnu ; Mudlapur, Rajesh ; Reddy,

Re: Kafka consumer group crashing and not able to consume once service is up

2024-02-08 Thread Philip Nee
Hi, I believe what you sent was the broker log not the client log - client log would be useful to debug the issue. Also, the configuration you provided seems to be your application log - there are a few configuration I'm not sure what they actually mean, e.g. delay, timeout. P On Wed, Feb 7,

Re: Kafka consumer group crashing and not able to consume once service is up

2024-02-07 Thread Philip Nee
Hi Santhosh, Your problem statement confuses me a bit (apologize). You mentioned "if one of the kafka consumer(Service)" - Do you have a single member consumer group? Could you elaborate on the setup a bit? Did you also mean after restarting the "service", the service was not able to resume from

RE: Kafka consumer group crashing and not able to consume once service is up

2024-02-07 Thread Marigowda, Santhosh Aditya
Hi Dev team, Could you Please let me know if any updates on my query. Thanks, Santhosh Aditya From: Marigowda, Santhosh Aditya Sent: Wednesday, January 31, 2024 8:50 AM To: dev@kafka.apache.org Cc: Jain, Ankit ; Namboodiri, Vishnu ; Mudlapur, Rajesh ; Reddy, Thanmai Subject: RE: Kafka

RE: Kafka consumer group crashing and not able to consume once service is up

2024-01-30 Thread Marigowda, Santhosh Aditya
Thanks Matthias for your response. Sorry, my bad please find the updated Image. ·We have 1 topic and 4 partitions, Each consumer is pointing to the topic. There is no partition assignment specific to the consumer group from our software code. ·Please let me know if you need

Re: Kafka consumer group crashing and not able to consume once service is up

2024-01-30 Thread Matthias J. Sax
I am a not sure if I can follow completely. From the figures you show, you have a topic with 4 partitions, and 4 consumer groups. Thus, each consumer group should read all 4 partitions, but the figure indicate that each group would read a single partition only? Can you clarify? Are you using