Skip to content
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

Multiple zookeeper #7

Open
hieutrtr opened this issue Sep 3, 2015 · 1 comment
Open

Multiple zookeeper #7

hieutrtr opened this issue Sep 3, 2015 · 1 comment

Comments

@hieutrtr
Copy link

hieutrtr commented Sep 3, 2015

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.

@xrl
Copy link

xrl commented Jan 18, 2017

Yes, you can set ZOOKEEPER_CONNECTION_STRING. There's an example in the README, but essentially:

docker run -e ZOOKEEPER_CONNECTION_STRING=zk-1:2181,zk-2:2181 $REST_OF_RUN_CMD

should get you going.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants