Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Kafka bootstrap consumer offset reset

avatar
Contributor

Hi,

How do we reset the offset when using Kafka bootstrap consumer??

1 ACCEPTED SOLUTION

avatar
Super Collaborator

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.

View solution in original post

2 REPLIES 2

avatar

@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

avatar
Super Collaborator

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.