Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 479 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 479 Bytes

Docker image for building and running Kafka Manager

To run, publish Kafka Manager's default web port ( 9000 ) and set ZK hosts for Kafka Manager's state. Note this is not the ZK connection for your kafka cluster's brokers!

docker run -d \
-p 9000:9000 \
-e "ZK_HOSTS=zk1:2181,zk2:2181,zk3:2181/chroot/kafka-manager" \
akursar/kafka-manager