Docker setup for yahoo's kafka-manager
- docker
- docker-compose (https://github.com/docker/fig/blob/master/docs/install.md)
$> 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.
$> docker-compose up
Open http://localhost:9000
to start exploring