Reset consumer bias in kafka 0.10

At 0.10 it seems that we can reset the offset to a specific position using seek ()

Encode the recording code if using the command line for this? It seems so far is not it?

+7
apache-kafka
source share
1 answer

I just applied a simple command line tool for this purpose - https://github.com/serejja/kafka-offset-mgr .

Feel free to try and send messages / PR if necessary.

+2
source share

All Articles