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 Kafka ordering issue #2447

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

slinkydeveloper
Copy link
Contributor

Port of #2437

jackkleeman and others added 2 commits December 19, 2024 17:28
* Avoid reordering events due to split partition queues

Great care is required when splitting queues to avoid losing ordering.
We rely on ordering for dedupe so reordering -> dropped kafka messages.

* Commit consumer state on rebalance

* Review comments

* Use spawn_unmanaged

* Install prometheus recorder earlier so kafka metrics work
@jackkleeman jackkleeman merged commit 5ed6c1a into restatedev:main Dec 19, 2024
13 checks passed
@slinkydeveloper slinkydeveloper deleted the issues/kafka-ordering branch December 20, 2024 10:22
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.

2 participants