We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Ches,
Do you have any ideas about multiple zookeeper using docker. Could you suggest some solution to do that.
Thanks and Best Regards, Hieu Tran Trung.
The text was updated successfully, but these errors were encountered:
Yes, you can set ZOOKEEPER_CONNECTION_STRING. There's an example in the README, but essentially:
ZOOKEEPER_CONNECTION_STRING
docker run -e ZOOKEEPER_CONNECTION_STRING=zk-1:2181,zk-2:2181 $REST_OF_RUN_CMD
should get you going.
Sorry, something went wrong.
No branches or pull requests
Hi Ches,
Do you have any ideas about multiple zookeeper using docker. Could you suggest some solution to do that.
Thanks and Best Regards,
Hieu Tran Trung.
The text was updated successfully, but these errors were encountered: