kafka-offset-mgr icon indicating copy to clipboard operation
kafka-offset-mgr copied to clipboard

Simple command line tool written in Go to view and change Kafka consumer offsets stored in Kafka.

Results 2 kafka-offset-mgr issues
Sort by recently updated
recently updated
newest added

This is an awesome tool, but currently it does not appear to support kafka brokers which require authentication mechanisms such as kerberos. It would be even more awesome if we...

Hi @serejja, I'm trying to use the utility (in kafka 0.10.2), exactly how you instructed, in order to set a new offset as follows: `kafka-offset-mgr set -b localhost:9092 -g my_consumer_group...