Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 655 Bytes

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