conduktor / kafka-stack-docker-compose

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

kafka.zookeeper.ZooKeeperClientTimeoutException #53

Closed nazarbigun closed 5 years ago

nazarbigun commented 5 years ago

Steps to reproduce:

  1. Run docker-compose -f zk-single-kafka-single.yml up
  2. docker exec -it kafka-stack-docker-compose_kafka1_1 bash
  3. Run kafka-topics --zookeeper 127.0.0.1:2181 --list or try to create topic Actual result:

Exception in thread "main" kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for connection while in state: CONNECTING

OS: Windows