improved colored kafka


Keywords
kafka, pygments
License
Apache-2.0
Install
pip install ickafka==0.1.1

Documentation

ickafka

A kafka consumer with color. Name inspired by icdiff.

Build Status PyPI version

ickafka_gif

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