In 0.10 it seems we can reset the offset to a specific position with seek()
Short of writing code is there a command line util for this? It doesn't seem so, so far?
In 0.10 it seems we can reset the offset to a specific position with seek()
Short of writing code is there a command line util for this? It doesn't seem so, so far?
I've just implemented a simple command line tool for this purpose - https://github.com/serejja/kafka-offset-mgr.
Feel free to try it out and post issues/PRs if necessary.