💾 Archived View for freeshell.de › tldr › kafkacat.gmi captured on 2023-04-20 at 00:09:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Apache Kafka producer and consumer tool.
kafkacat -C -t {topic} -b {brokers}
kafkacat -C -t {topic} -b {brokers} -o beginning -e
kafkacat -G {group_id} {topic} -b {brokers}
echo {message} | kafkacat -P -t {topic} -b {brokers}
kafkacat -P -t {topic} -b {brokers} {path/to/file}
kafkacat -L -b {brokers}
kafkacat -L -t {topic} -b {brokers}
kafkacat -Q -t {topic}:{partition}:{unix_timestamp} -b {brokers}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).