Kafkacat
Kafkacat, now commonly referred to as kcat, is a lightweight command-line client for Apache Kafka. It provides both producer and consumer functionality and is built on top of librdkafka, the C/C++ Kafka client library. Developed by Edenhill, kafkacat is designed for quick testing, debugging, and scripting interactions with Kafka clusters.
The tool operates in two main modes: producer mode (-P) sends messages to a topic from standard
Kafkacat is built on librdkafka, which provides access to Kafka features such as partitions, offsets, topics,
In most distributions and repositories, the tool is now marketed under the name kcat, with kafkacat remaining