Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 767 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 767 Bytes

kafka manager Dockerfile

kafka manager is a tool from Yahoo Inc. for managing Apache Kafka.

Base Docker Images

Howto

docker run -it --rm  -p 9000:9000 -e ZK_HOSTS="zk1:2181,zk2:2181,zk3:2181" xiocode/kafka-manager

(if you don't define ZK_HOSTS, default value has been set to "localhost:2181")

you can also override conf with local configuration files:

docker run [...] -v /path/to/confdir:/kafka-manager-1.2.0/conf [...]

Specify a revision

If you want to upgrade/downgrade this Dockerfile, edit it and set KV_REVISION to desired one (from rev c9a9093b72fd296d1634854fe8150dcc4b861882)