mirror of https://github.com/tidwall/tile38.git
790c660455
* Added sarama in vendor dependency * Fixed Sarama deps * Added Kafka endpoint support |
||
---|---|---|
.. | ||
kafka-console-consumer | ||
kafka-console-partitionconsumer | ||
kafka-console-producer | ||
README.md |
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.
- kafka-console-producer: a command line tool to produce a single message to your Kafka custer.
- kafka-console-partitionconsumer: (deprecated) a command line tool to consume a single partition of a topic on your Kafka cluster.
- kafka-console-consumer: a command line tool to consume arbitrary partitions of a topic on your Kafka cluster.
To install all tools, run go get github.com/Shopify/sarama/tools/...