Improved Color Kafka
Project description
ickafka
A kafka consumer with color.
Installation
pip install ickafka
Usage
Start consuming at the latest offset:
ickafka -s localhost:9092 -t my_test_topic
To specify a consumer group name (default is None):
ickafka -s localhost:9092 -t my_test_topic -g testgroup
Consume all messages from the earliest offset:
ickafka -s localhost:9092 -t my_test_topic -o earliest
Capture all consumed messages into a json file:
ickafka -s localhost:9092 -t my_test_topic --capture
Disabling color:
ickafka -s localhost:9092 -t my_test_topic --no-color
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ickafka-0.1.2.tar.gz
(3.1 kB
view hashes)