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:
>
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
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