-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unknown code: -1237188481 #70
Comments
I'm seeing similar exception as well, with different code
|
+1 |
1 similar comment
+1 |
What version of the zookeeper are you using? What operations were you doing when the exception happened? |
@alexguan I was able to solve the issue. Unintentionally I was opening several zookeeper-connections almost at the same time, i.e. while the connect()-call was still in progress. It works fine now :) |
@alexguan I'm using |
@Catlite91 which version of zookeeper are you using? |
@alexguan 3.4.8 |
I've got this weird exception:
Not sure if it's related to this package since I'm using kafka-node.
I'm also not sure what causes it; I'm just sending a message and listen to the message (straightforward use case).
The text was updated successfully, but these errors were encountered: