Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

crobox/docker-kafka-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Manager docker image

Docker image for running Kafka Manager. This version includes the PR from yahoo/CMAK#282 (comment) for Kafka 0.10 support

Usage

By default it exposes the webinterface on port 9000. Logging is all sent to console / stdout.

docker run -d -p 9000:9000 -e ZK_HOSTS="<yourhost>:2181" crobox/kafka-manager

Environment variables

You can configure the following environment variables to configure Kafka Manager

Variable Name Configuration Option
ZK_HOSTS Location of your zookeeper quorem (default localhost:2181)

Arguments

It's also possible to pass arguments to the manager. f.e. to use another http port use -Dhttp.port=9999

About

Docker container for running Kafka Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published