Dockerfile for Apache Kafka topics management. https://www.runabove.com/dbaas-queue.xml
10K+
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 !
See https://github.com/runabove/queue-kafka-topics-tools/blob/master/LICENSE
Content type
Image
Digest
Size
103 MB
Last updated
about 9 years ago
docker pull ovhcom/queue-kafka-topics-tools