Giter Site home page Giter Site logo

docker-kafka-manager's Introduction

kafka-manager

Docker build for Kafka-Manager, a tool for managing Apache Kafka. Get it at Docker Hub: dylanmei/kafka-manager

example

Run:

docker run --rm -p 9000:9000 dylanmei/kafka-manager -Dkafka-manager.zkhosts=localhost:2181

Supply properties to configure Kafka-manager. For example, to run with basic-auth and increase the default timeouts:

docker run --rm -p 9000:9000 \
  dylanmei/kafka-manager \
    -Dkafka-manager.zkhosts=localhost:2181 \
    -Dkafka-manager.api-timeout-millis=10000 \
    -Dkafka-manager.cluster-actors-ask-timeout-millis=10000 \
    -Dkafka-manager.partition-offset-cache-timeout-secs=30 \
    -Dkafka-manager.broker-view-thread-pool-size=10 \
    -Dkafka-manager.broker-view-max-queue-size=1000 \
    -Dkafka-manager.broker-view-update-seconds=10 \
    -DbasicAuthentication.enabled=true \
    -DbasicAuthentication.username=foo \
    -DbasicAuthentication.password=bar

There are also ENV vars that will be interpolated in /usr/kafka-manager/conf/application.conf

ENV config
ZK_HOSTS kafka-manager.zkhosts
CONSUMER_PROPERTIES_FILE kafka-manager.consumer.properties.file
APPLICATION_SECRET play.crypto.secret
KAFKA_MANAGER_AUTH_ENABLED basicAuthentication.enabled
KAFKA_MANAGER_USERNAME basicAuthentication.username
KAFKA_MANAGER_PASSWORD basicAuthentication.password

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.