-
Notifications
You must be signed in to change notification settings - Fork 9
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
zookeeper close connection when start broker #3
Comments
Hey @veerapatyok, thanks for submitting an issue. What does your list of dependencies look like? Are you using another version of kafka / zookeeper that the one that embedded-kafka depends on? I'm just guessing that newer versions of ZK API now expects a shutdown handler that we're not providing. Thanks, |
This is a list of dependencies I use
|
I solved this problem. Thank you |
hi,
I create api include kafka and I create test and use embedded kafka but I have a problem when I use
after that a zookeeper server close socket connection and then my repl close too.
my info log when start zookeeper
my info log when start broker
How to fix this problem?
Thank you
The text was updated successfully, but these errors were encountered: