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 possible pause/resume race in Kafka consumer #927

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

FZambia
Copy link
Member

@FZambia FZambia commented Dec 20, 2024

Proposed changes

One more fix for Kafka consumer. The issue may lead to partition not being processed due to race in pause/resume. This was observed in production service under CPU throttling conditions.

Also, a test case for this scenario.

@FZambia FZambia merged commit e046d6e into master Dec 20, 2024
4 checks passed
@FZambia FZambia deleted the kafka_race_pause_resume branch December 20, 2024 21:45
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