Re: Kafka frequent disconnection issue

2023-12-12 Thread Vikram Singh
Hello, I have 3 node kafka cluster, when one node goes down for some reason the request which are serving on down node is not routing to other running node, It takes me always to restart the services, Running on kafka version 3.2.1 (kraft mode) On Mon, Dec 11, 2023 at 12:40 PM Luke Chen wrote: >

Re: Kafka frequent disconnection issue

2023-12-10 Thread Luke Chen
Hi Ankit, We can't see the log snippet. But it looks normal to disconnect when connections.max.idle.ms expires. When increasing the connections.max.idle.ms value, there might be some activities in the connection during this time (ex: at 5 min 10 sec), so the idle timer is reset. Thanks. Luke On

Kafka frequent disconnection issue

2023-12-08 Thread Ankit Nigam
Hi Team, We are using Apache Kafka 3.3.1 in our application. We have created Kafka Admin Client , Kafka Producer and Kafka consumer in the application using the default properties. Once our application starts we are observing below disconnects logs every 5 minutes for Admin client and once fo