See https://github.com/yahoo/kafka-manager
10K+
Publish kafka-manager's default web port ( 9000 ) and set ZK_HOSTS env. Note this is not the ZK connection for your kafka cluster's brokers! It is used for kafka-manager's own metadata.
docker run -d \
-p 9000:9000 \
-e "ZK_HOSTS=zk1:2181,zk2:2181,zk3:2181/chroot/kafka-manager" \
pulsepointinc/kafka-manager
Content type
Image
Digest
sha256:5fc8e8c88…
Size
308.4 MB
Last updated
over 10 years ago
docker pull pulsepointinc/kafka-manager