Kafka admin disconnections from cluster after moving to SSL #6497
-
Hey, Based on kafka admin documentation the client recovers on its own and manages to reconnect to the brokers. After this, usually the client recovers but it causes inconsistency in our application. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Did you upgraded Kafka as well? I have no experience with librdkafka or whatever client it is you are using. But it looks like some incompatibility between the client and broker? It seems to always timeout after 5 minutes. |
Beta Was this translation helpful? Give feedback.
-
@Yedidyah27 were you ever able to solve this issue? We're running into a similar one when switching from an non-SSL cluster to an SSL cluster. |
Beta Was this translation helpful? Give feedback.
-
We upgraded to the latest kafka client and the problem seemed to be resolved. From the documentation, it seemed to be a bug on the client side. |
Beta Was this translation helpful? Give feedback.
-
@Yedidyah27 Do not see anything obvious on the release notes. Which version and which PR fixed this issue? I still see this issue on v1.9.2, although on the python client. |
Beta Was this translation helpful? Give feedback.
We upgraded to the latest kafka client and the problem seemed to be resolved. From the documentation, it seemed to be a bug on the client side.
https://github.com/confluentinc/confluent-kafka-dotnet/releases