Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.