Overview of Sarama command-line tools
mainThe Sarama tools repository provides lightweight applications for exploring and instrumenting your Kafka cluster. Unlike standard Kafka tools, these are written in Go and do not require a JVM installation to function.
Available tools include:
kafka-console-producer: Produces a single message to your Kafka cluster.kafka-console-consumer: Consumes arbitrary partitions of a topic on your Kafka cluster.kafka-producer-performance: Performs performance testing for both synchronous and asynchronous producers.kafka-console-partitionconsumer: (Deprecated) Consumes a single partition of a topic.