Docker ERROR: Could not ping Zookeeper
See original GitHub issueThere seems to be an issue both on the dev
and master
branches - the crawler container keeps failing and restarting with the following message:
ERROR: Could not ping Zookeeper
I’ve tried this with a fresh copy of the crawler on both Windows and MacOS with the same result.
To replicate - download either branch and issue the command:
docker-compose up -d
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
My kafka docker container cannot connect to my zookeeper ...
Another option is to use --restart=on-failure flag with docker run. This will make sure the container is restarted on failure and will try...
Read more >Cannot get zookeeper to work running in docker using swarm ...
I have been trying to get a zookeeper ensemble (cluster) running, to support a kafka cluster, in a docker swarm created using the...
Read more >Container network issue with 2.89.15 and cp-zookeeper ...
I can ping the containers test1 and test2 from each other but I cannot ping zookeeper by hostname. The DNS seems to be...
Read more >Why Can't I Connect to Kafka? | Troubleshoot Connectivity
Shut down the Docker containers from above first ( docker rm -f broker; docker rm -f zookeeper ) and then create docker-compose.yml locally...
Read more >Connect to Apache Kafka running in Docker - Baeldung
Often, people experience connection establishment problems with Kafka, especially when the client is not running on the same Docker network ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Shique Try image
wurstmeister/zookeeper
instead ofzookeeper
. it’s works for me-e ZOO_4LW_COMMANDS_WHITELIST="*"
fix this.