Re: Kafka - FindCoordinator error

2020-05-07 Thread Liam Clarke-Hutchinson
; > From: Rajib Deb > Sent: Sunday, May 3, 2020 9:51 AM > To: users@kafka.apache.org > Subject: Kafka - FindCoordinator error > > Hi > I have written a Python consumer using confluent-kafka package. After few > hours of running the consumer is dying with the below error >

RE: Kafka - FindCoordinator error

2020-05-07 Thread Rajib Deb
I wanted to check if anyone has faced this issue Thanks Rajib From: Rajib Deb Sent: Sunday, May 3, 2020 9:51 AM To: users@kafka.apache.org Subject: Kafka - FindCoordinator error Hi I have written a Python consumer using confluent-kafka package. After few hours of running the consumer is dying

Kafka - FindCoordinator error

2020-05-03 Thread Rajib Deb
Hi I have written a Python consumer using confluent-kafka package. After few hours of running the consumer is dying with the below error cimpl.KafkaException: KafkaError{code=_TIMED_OUT,val=-185,str="FindCoordinator response error: Local: Timed out"} Can anyone please help me understand why