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

EventPosition cloned from initial consumer options should not be modified during recovery #32

Closed
minghuaw opened this issue Jan 15, 2024 · 0 comments · Fixed by #33
Closed

Comments

@minghuaw
Copy link
Owner

The is_inclusive field of EventPosition is always modified to false in recover_consumer_by_creating_new_consumer() regardless of whether the value is taken from consumer.current_event_position or consumer.initial_options. This value should only be changed to false if it is taken from the current_event_position.

@minghuaw minghuaw mentioned this issue Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant