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

Fix bug that would delay offset listener notifications. #173

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

kjnilsson
Copy link
Contributor

@kjnilsson kjnilsson commented Nov 22, 2024

If an offset listener with a higher offset was registered after one with a lower one it would previously block the lower one until the higher one was committed.

Some refactoring and minor optimisations.

Fixes #172

If an offset listener with a higher offset was registered after
one with a lower one it would previously block the lower one until
the higher one was committed.

Some refactoring and minor optimisations.
@acogoluegnes acogoluegnes merged commit 1fc98f1 into main Nov 22, 2024
7 checks passed
@acogoluegnes acogoluegnes deleted the gh_172 branch November 22, 2024 13:06
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.

Sometimes offset listeners would not be notified when registered with a replica
2 participants