CLI tool for producing and consuming Apache Kafka messages
Generic command-line non-JVM Apache Kafka producer and consumer
kcat$ kcat -b localhost:9092 -t my-topic -C$ echo 'Hello Kafka' | kcat -b localhost:9092 -t my-topic -P$ kcat -b localhost:9092 -L