ickafka
A kafka consumer with color. Name inspired by icdiff.
Installation
pip install ickafkaUsage
Start consuming at the latest offset:
ickafka -s localhost:9092 -t my_test_topicTo specify a consumer group name (default is None):
ickafka -s localhost:9092 -t my_test_topic -g testgroupConsume all messages from the earliest offset:
ickafka -s localhost:9092 -t my_test_topic -o earliestCapture all consumed messages into a json file:
ickafka -s localhost:9092 -t my_test_topic --captureDisabling color:
ickafka -s localhost:9092 -t my_test_topic --no-colorOn this page
Contributors
Other
Created August 25, 2018
Updated January 28, 2023
