This is my Kafka Manager Docker image; official repo: https://github.com/yahoo/kafka-manager
Kafka Manager is a tool for managing Apache Kafka ( https://kafka.apache.org/ )
You can try that online! Click the below button:
- Docker CE 17.05
- Docker CE 17.xx
Simply run:
docker run -d -p 9000:9000 -e ZK_HOSTS=zookeeper1:2181,zookeeper2:2181,zookeeper3:2181 giabar/gb-kafkamanager