Re: Kafka Consumer Retries Failing

2021-07-13 Thread Rahul Patwari
Apologies ... gmail is adding a link to : - Format error with copy paste. The HTTP protocol is NOT present in the logs. Adding logs without the link here: org.apache.kafka.common.errors.DisconnectException: null

Re: Kafka Consumer Retries Failing

2021-07-13 Thread Ran Lupovich
I would suggest you will check you bootstrap definition and server.properties, somehow it looks for http://ip:9092 , kafka is not using http protocol, seems something not configured correctly בתאריך יום ג׳, 13 ביולי 2021, 21:46, מאת Rahul Patwari ‏< rahulpatwari8...@gmail.com>: > Hi, > > We are

Kafka Consumer Retries Failing

2021-07-13 Thread Rahul Patwari
Hi, We are facing an issue in our application where Kafka Consumer Retries are failing whereas a restart of the application is making the Kafka Consumers work as expected again. Kafka Server version is 2.5.0 - confluent 5.5.0 Kafka Client Version is 2.4.1 -