Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

ovhlabs/queue-kafka-topics-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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