Sign inSign up

ovhcom/queue-kafka-topics-tools

By ovhcom

•Updated about 9 years ago

Dockerfile for Apache Kafka topics management. https://www.runabove.com/dbaas-queue.xml

Image
0

10K+

ovhcom/queue-kafka-topics-tools repository overview

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 !

⁠License

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

Tag summary

Content type

Image

Digest

Size

103 MB

Last updated

about 9 years ago

docker pull ovhcom/queue-kafka-topics-tools