spoud/kafka-toolbox

By spoud

Updated 5 days ago

Image

334

SPOUD Kafka toolbox

There are 2 variants one is slim and can be used for producing / consuming messages and the other one is the full version which includes also build tools maven and gradle.

Run the slim version

docker run -it --rm spoud/kafka-toolbox:slim 
Tools on slim version
  • kafka-cli tools like kafka-console-producer and kafka-console-consumer
  • kafka avro cli tools like kafka-avro-console-producer and kafka-avro-console-consumer
  • kaf
  • jq
  • netcat
  • curl
  • tcpdump
  • ksql tools / datagen

Run the full version

docker run -it --rm spoud/kafka-toolbox:latest
Tools on full version
  • All tools from slim version
  • confluent
  • rpk
  • kafi
  • tmux
  • Maven
  • Gradle
  • Vim
  • Python

Docker Pull Command

docker pull spoud/kafka-toolbox