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

rpk: allow seeking a non-existent group #18667

Merged
merged 1 commit into from
May 27, 2024

Conversation

twmb
Copy link
Contributor

@twmb twmb commented May 26, 2024

It should be possible to set commits for a group that does not yet exist. This was not previously possible because the first thing rpk did when seeking was to query old offsets. If old offsets did not exist, rpk would exit with an error that offsets were unable to be fetched.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.1.x
  • v23.3.x
  • v23.2.x

Release Notes

Improvements

  • It is now possible to use rpk group seek to set commits on a group that does not yet exist

It should be possible to set commits for a group that does not yet
exist. This was not previously possible because the first thing rpk did
when seeking was to query old offsets. If old offsets did not exist, rpk
would exit with an error that offsets were unable to be fetched.
@vbotbuildovich
Copy link
Collaborator

@r-vasquez r-vasquez merged commit 17423e8 into redpanda-data:dev May 27, 2024
24 checks passed
@twmb twmb deleted the allow-seek-new-group branch May 28, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants