-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
--no-strict-offset-reset doesn't always work #389
Comments
I think the combination of
|
@untitaker was that a one time thing? Or does the consumer continually attempt to reset to offsets that are already out of bounds? Eg. is this an issue only on very high throughput topics, or ones where the consumer takes a while to commit the first batch? |
I think it's a race condition in arroyo that allows this to happen. I think we should probably support constructs like |
We should also reconsider (per our discussions) if |
Steps to Reproduce
Not sure, just adding a placeholder for further information.
Expected Result
--no-strict-offset-reset
would work, and enable consumers to reset their own offsets when out of retention.Actual Result
Not sure?
The text was updated successfully, but these errors were encountered: