Client disconnection after 5 minutes #3778
Unanswered
Yedidyah27
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Happened to me as well! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The client will only log disconnects, you would need to enable debugging ( The client will always reconnect automatically. Failures to (re)connect will be logged. Disconnects by themselves are typically not a problem, see https://github.com/edenhill/librdkafka/wiki/FAQ#why-am-i-seeing-receive-failed-disconnected |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
We are experiencing constant disconnections using the admin client. Based on the following issue, #3703, the client is supposed to recover on its own. We are seeing the same disconnections as reported in the issue but it seems the client is unable to reconnect in some cases and we need to restart our application constantly.
I was wondering if the same client and port are used when reconnecting? Should we see logs if reconnecting fails? Maybe the reconnecting failures could be caused by port exhaustion in our system.
We are using librdkafka v1.8.2, Kafka brokers version 2.8 and network is configured to ssl.
Beta Was this translation helpful? Give feedback.
All reactions