-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to verify connection / debug connection problems? #620
Comments
Hi. Is the address you're passing into the client a zookeeper host? Unfortunately, if the module can't connect to zookeeper the zookeeper client will just silently fail and keep retrying. #117 |
that's very unfortunate :-/ |
but in practice it's not a big issue. How often are you unsure of where your zookeeper host lives? If you're worried about failures you can also provide a list of zookeeper hosts and it will attempt to connect to any of them. |
Possible to provide a timeout in the config which fails in case Zookeeper connection is not feasible till then? |
It's simple to add a timeout around if |
How can I debug connection problems?
This is my code but there is no console output at all. I'm sure the connection did not establish but I'd like some debug information.
The text was updated successfully, but these errors were encountered: