パッケージ: kcat (1.7.1-3)
producer and consumer for Apache Kafka
kcat is a generic non-JVM producer and consumer for Apache Kafka 0.8, think of it as a netcat for Kafka.
In producer mode kcat reads messages from stdin, delimited with a configurable delimiter and produces them to the provided Kafka cluster, topic and partition. In consumer mode kcat reads messages from a topic and partition and prints them to stdout using the configured message delimiter.
kcat also features a Metadata list mode to display the current state of the Kafka cluster and its topics and partitions.
その他の kcat 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: librdkafka1 (>= 1.6.0)
- library implementing the Apache Kafka protocol
-
- dep: libyajl2 (>= 2.0.4)
- Yet Another JSON Library