Replies: 1 comment
-
We are not Kafka experts here; especially with regards to authentication/authorization and connection management. I suggest you ask the wider Kafka community, either on Stack Overflow and/or via their user mailing list. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone,
I am currently working on a project where we need to set up an architecture with Kafka at the center.
The problem I have once my consumers are deployed is that once they have been running for a while (1 day), after a while it disconnects from my cluster.
Clarification:
Here is my way to set up a listener:
And the recursive problem that occur in my console is :
Node 2147483647 disconnected. Group coordinator kafka-cluster-human-ressources-kafka-0.kafka-cluster-human-ressources-kafka-brokers.human-ressources.svc:9092 (id: 2147483647 rack: null) is unavailable or invalid due to cause: coordinator unavailable.isDisconnected: true. Rediscovery will be attempted Discovered group coordinator kafka-cluster-human-ressources-kafka-0.kafka-cluster-human-ressources-kafka-brokers.human-ressources.svc:9092 (id: 2147483647 rack: null)
But nothing happened, no reconnection.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions