-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for "resume" offset? #78
Comments
fgeller
added a commit
that referenced
this issue
Jun 20, 2018
fgeller
added a commit
that referenced
this issue
Oct 28, 2018
should enable resuming offsets as well #78
fgeller
added a commit
that referenced
this issue
Oct 30, 2018
Merged
fgeller
added a commit
that referenced
this issue
Oct 30, 2018
@gengel sorry for the delay - but i just pushed a version that supports a |
Woohoo, this is wonderful news! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since kt sets a consumer group id, it should be possible to simply start reading from a given TopicPartition based on the offset where it stopped reading the last time it was run for that username? (Assuming that kt commits offsets as it reads)
Something like
kt consume -offsets all=resume
would be handy.The text was updated successfully, but these errors were encountered: