Dockerfile for Apache Kafka topics management

The Kafka-topics-tools docker image basically contains the official Kafka binaries, but focuses on running the kafka topics related tools. Can be used with any standard Kafka cluster, and with OVH DBaaS Queue.

Installation

docker build -t ovhcom/queue-kafka-topics-tools .

Howto's

Usage:

docker run --rm ovhcom/queue-kafka-topics-tools kafka-topics.sh <args>

See the official Kafka documentation.

Example:

docker run --rm ovhcom/queue-kafka-topics-tools kafka-topics.sh --zookeeper $ZK_URL:2181/$KEY \
	--create --topic $TOPIC --replication-factor 2 --partitions 15

Get the sources

git clone https://github.com/runabove/queue-kafka-topics-tools.git
cd kafka-topics-tools

You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !

Related links

License

See https://github.com/runabove/queue-kafka-topics-tools/blob/master/LICENSE