Giter Club home page Giter Club logo

docker-kafka's Introduction

docker-kafka

##About

###Description Docker image designed to run a kafka cluster on ContainerShip

###Author ContainerShip Developers - [email protected]

##Usage This image is designed to run kafka on a ContainerShip cluster. Running this image elsewhere is not recommended as the container may be unable to start.

###Configuration This image will run as-is, with no additional environment variables set. For clustering to work properly, start the application in host networking mode. There are various optionally configurable environment variables:

  • ZOOKEEPER_APP_NAME - Name of zookeeper application running on ContainerShip cluster (defaults to "zookeeper")
  • KAFKA_USE_PUBLIC_ADVERTISED_HOST - If set to true or 1, brokers will register with public IPs for their advertised host (defaults to "false")

Recommendations

  • On your ContainerShip cluster, run this application using the constraints.per_node=1 tag. Each node in your cluster will run an instance of kafka, creating a cluster of n hosts, where n is the number of follower hosts in your ContainerShip cluster.
  • Start the application with container_volume=/data and host_volume=/mnt/kafka so data is persisted to the host system in case your container crashes. Additionally, by bind-mounting the volume, your data will be available for backup from ContainerShip Cloud.

##Contributing Pull requests and issues are encouraged!

docker-kafka's People

Contributors

nicktate avatar normanjoyner avatar

Watchers

James Cloos avatar Jeremy Kross avatar  avatar

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.