/kafka-manager

Primary LanguageShellApache License 2.0Apache-2.0

kafkamanager-docker

Docker setup for yahoo's kafka-manager

Requirements

Running stand-alone (does not require docker-compose)

$> docker run -p 9000:9000 -e ZKHOSTS=<server>:<port> --name="kafka-manager" srangwal/kafkamanager

ZKHOSTS is zookeeper that kafka-manager will use for its own bookkeeping. It is not required to match the zookeeper for any of your kafka cluster.

Starting kafkamanager with its own zookeeper

$> docker-compose up

Open http://localhost:9000 to start exploring