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.
docker build -t ovhcom/queue-kafka-topics-tools .
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
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 !
- Contribute: https://github.com/runabove/queue-kafka-topics-tools
- Report bugs: https://github.com/runabove/queue-kafka-topics-tools/issues
See https://github.com/runabove/queue-kafka-topics-tools/blob/master/LICENSE