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

offset management: settings for offset_start(offset::Beginning()) do not correctly retreive the consumer offset #4325

Open
digikata opened this issue Jan 14, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@digikata
Copy link
Contributor

digikata commented Jan 14, 2025

offset_start(Offset::end()) picks the end w/o retrieving the consumer id offset
offset_start(Offset::from_end(1) picks the end - 1 w/o retrieving the consumer id offset

Needs additional test cases

@ajhunyady
Copy link
Contributor

ajhunyady commented Jan 14, 2025

I think that begin() is the only one that works. We should ensure that all other offset flavors work, end(), from_end(), from_beggining(), etc.

@digikata digikata added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants