kafkacat

Apache Kafka producer and consumer tool. More information: https://github.com/edenhill/kafkacat. Consume…

kafkacat

Apache Kafka producer and consumer tool. More information: https://github.com/edenhill/kafkacat.

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← k8s-unused-secret-detector kaggle →