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

feat: Handle heartbeat events #1200

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

patriknw
Copy link
Member

@patriknw
Copy link
Member Author

R2dbcOffsetStore should store these heartbeat offsets, and it is storing the first one, but since the seqNr is always 1 it will not store any updates (duplicates). Probably need special case for those in the offset store to bypass the validation and increment the seqNr before storing. Hm, I'll think some more about that.

Later we probably want to store offset progress for each slice from the heartbeats and that will also require special case in the offset store.

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 this pull request may close these issues.

1 participant