kafkacat is a generic non-JVM producer and consumer for Apache Kafka >=0.8, think of it as a netcat for Kafka.

Edit Package kafkacat

In producer mode kafkacat reads messages from stdin, delimited with a configurable delimiter (-D, defaults to newline), and produces them to the provided Kafka cluster (-b), topic (-t) and partition (-p).

In consumer mode kafkacat reads messages from a topic and partition and prints them to stdout using the configured message delimiter.

There's also support for the Kafka >=0.9 high-level balanced consumer, use the -G switch and provide a list of topics to join the group.

kafkacat also features a Metadata list (-L) mode to display the current state of the Kafka cluster and its topics and partitions.

kafkacat is fast and lightweight; statically linked it is no more than 150Kb.

Refresh
Refresh
Source Files
Filename Size Changed
1.6.0.tar.gz 0000131314 128 KB
kafkacat.changes 0000000571 571 Bytes
kafkacat.spec 0000001464 1.43 KB
Latest Revision
R. Tyler Croy's avatar R. Tyler Croy (agentdero) committed (revision 3)
- Upgrade to 1.6.0 which includes producer transaction support
Comments 0
openSUSE Build Service is sponsored by