Path to this page:
./
wip/kafkacat,
Generic command line non-JVM Apache Kafka producer and consumer
Branch: CURRENT,
Version: 1.6.0,
Package name: kafkacat-1.6.0,
Maintainer: pkgsrc-userskafkacat is a generic non-JVM producer and consumer for Apache Kafka
>=0.8, think of it as a netcat for Kafka.
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 <group> 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.
Supports Avro message deserialization using the Confluent
Schema-Registry, and generic primitive deserializers (see examples
below).
kafkacat is fast and lightweight; statically linked it is no more than
150Kb.
Master sites:
RMD160: eb27f921ae704fa8f7924c542b91049e14b677f8
Filesize: 128.236 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-02-05) Package added to pkgsrc.se, version kafkacat-1.6.0 (created)