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

Kafka fire repro #100

Draft
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Draft

Kafka fire repro #100

wants to merge 3 commits into from

Conversation

brian-carroll
Copy link
Contributor

@brian-carroll brian-carroll commented Feb 21, 2024

Trying to reproduce this fire
I do not see librdkafka complaining about not polling
The polling thread seems to happily print out that it is polling, while the consumer is paused.
When I insert a long delay into the consumer, it gets behind on its work. Meanwhile, the polling thread continues enqueueing all of the records it can get. But the consumer is stuck so it can't process them.
I thought this might cause it to run out of memory but that's not what we observed in the fire.

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