conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.28k stars 1.27k forks source link

fix: add other two zookeepers to KAFKA_ZOOKEEPER_CONNECT in zk-multiple-kafka-single,yml #42

Closed devshawn closed 5 years ago

devshawn commented 5 years ago

Currently in zk-multiple-kafka-single, kafkfa only points to one zookeeper. It should really be pointing to all three, in case zoo1 failed on start-up for some reason.

simplesteph commented 5 years ago

absolutely - thanks for fixing!

devshawn commented 5 years ago

No problem -- thanks for the great library! :) Been using it almost every day. 👍