You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently updated kafka via Helm and the strimzi operator.
All went well on the kafka / zookeeper side, but a problem I don't understand occurred on the client, consumer and producer side, which lost the connection to the Kafka cluster.
They had to be restarted to re-establish the connection.
The clients are developed in DotNet with the Confluent.Kafka library.
The developers told me that the connection was initialized when the client was started up, but nothing has changed and soon there will be clients over which we have no control, so we won't be able to restart.
Here's the Kafka resource configuration (it's a template):
I don't understand why the clients had to be restarted. The certificates and passwords were not modified during the update, so what was the problem that caused the clients to lose their connection ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We recently updated kafka via Helm and the strimzi operator.
All went well on the kafka / zookeeper side, but a problem I don't understand occurred on the client, consumer and producer side, which lost the connection to the Kafka cluster.
They had to be restarted to re-establish the connection.
The clients are developed in DotNet with the Confluent.Kafka library.
The developers told me that the connection was initialized when the client was started up, but nothing has changed and soon there will be clients over which we have no control, so we won't be able to restart.
Here's the Kafka resource configuration (it's a template):
I don't understand why the clients had to be restarted. The certificates and passwords were not modified during the update, so what was the problem that caused the clients to lose their connection ?
thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions