All Projects → deric → kafka-manager-docker

deric / kafka-manager-docker

Licence: Apache-2.0 license
kafka-manager in Docker container

Programming Languages

Makefile
30231 projects
Dockerfile
14818 projects
shell
77523 projects

kafka-manager Docker image

Docker Layers

A Docker container based on Debian 9 containing just OpenJDK Java 8 and Yahoo's kafka-manager.

See available precompiled versions.

Running

Use ZK_HOSTS to specify connection to your ZooKeeper cluster, e.g. zk-1.zk:2181,zk-2.zk:2181,zk-3.zk:2181/kafka-manager.

docker run -it --rm  -p 9000:9000 -e ZK_HOSTS="localhost:2181" deric/kafka-manager

Supported ENV variables:

  • APPLICATION_SECRET
  • HTTP_CONTEXT
  • ZK_HOSTS
  • BASE_ZK_PATH
  • KAFKA_MANAGER_LOGLEVEL default: INFO
  • KAFKA_MANAGER_CONFIG default: ./conf/application.conf
  • HTTP_PORT default 9000
  • LOGGER_STARTUP_TIMEOUT default: 60s

Building

Simply specify version of a release available at kafka-manager github, e.g.:

make build v=2.0.0.2

to run local build simply use:

make run

or

make run v=2.0.0.2

to start specific kafka-manager version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].