Created 05-02-2018 02:37 PM
Hi,
How do we reset the offset when using Kafka bootstrap consumer??
Created 05-02-2018 06:00 PM
if you are using the command line client you can pass the argument '--from-beginning', if you have written your own application, you can simply provide the offset a a parameter.
Created 05-02-2018 05:50 PM
@Rajesh Reddy We don't any way to reset the consumer offsets in kafka 0.10.x.
You may want to try the instructions provided here : https://gist.github.com/marwei/cd40657c481f94ebe273ecc16601674b
Created 05-02-2018 06:00 PM
if you are using the command line client you can pass the argument '--from-beginning', if you have written your own application, you can simply provide the offset a a parameter.