AJ Yoo 2ac32fdcf4 Add missing error check on producer performance tool 7 years ago
..
kafka-console-consumer 9008214b35 Rename topicConsumer tool to just consumer 10 years ago
kafka-console-partitionconsumer 9008214b35 Rename topicConsumer tool to just consumer 10 years ago
kafka-console-producer bcc8fb3014 Fix config for calling NewSyncProducer() 9 years ago
kafka-producer-performance 2ac32fdcf4 Add missing error check on producer performance tool 7 years ago
README.md 58e9666fc7 Add throttling to producer performance tool 7 years ago

README.md

Sarama tools

This folder contains applications that are useful for exploration of your Kafka cluster, or instrumentation. Some of these tools mirror tools that ship with Kafka, but these tools won't require installing the JVM to function.

To install all tools, run go get github.com/Shopify/sarama/tools/...