Skip to content
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

Provide context-based offset movement and earliest support #2063

Closed
mensfeld opened this issue Apr 26, 2024 · 1 comment · Fixed by #2066
Closed

Provide context-based offset movement and earliest support #2063

mensfeld opened this issue Apr 26, 2024 · 1 comment · Fixed by #2066
Assignees
Labels
admin Admin API related stuff

Comments

@mensfeld
Copy link
Member

Karafka::Admin.seek_consumer_group(
  'my_consumer_group',
  { 'topic' => -100 } # move back by 100 messages
)
Karafka::Admin.seek_consumer_group(
  'my_consumer_group',
  { 'topic' => false } # move back to earliest
)
@mensfeld mensfeld added the admin Admin API related stuff label Apr 26, 2024
@mensfeld mensfeld self-assigned this Apr 26, 2024
@mensfeld
Copy link
Member Author

We should also support :latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin Admin API related stuff
Development

Successfully merging a pull request may close this issue.

1 participant