Kafdrop - Cannot connect to Kafka Cluster setup using bitnami/kafka [duplicate]
问题 This question already has answers here : Connect to Kafka running in Docker (3 answers) Closed 4 months ago . I setup a kafka cluster using bitnami kafka and zookeeper and I wanted to view this cluster or at least one broker using kafdrop. I used docker compose to build all the components. I initially followed this tutorial and then added the kafdrop config in the docker-compose.yml version: '2' networks: kafka-net: driver: bridge services: zookeeper-server: image: 'bitnami/zookeeper:latest'