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: fix callback missing when metadata request failed #3625

Merged
merged 3 commits into from Apr 26, 2022

Conversation

aiquestion
Copy link
Contributor

We experience this issue when main thread cgrp start to do a rebalance
and failed when parsing metadata, the cgrp callback will be lost
and result in consumer unassigned.

If rd_kafka_handle_Metadata failed and will not retry, need to enque
the callback with err.

@edenhill
Copy link
Contributor

Good find!

@edenhill edenhill added this to the v1.9.0 milestone Apr 26, 2022
@edenhill edenhill merged commit 8cc50cf into confluentinc:master Apr 26, 2022
@edenhill
Copy link
Contributor

Thank you!

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.

None yet

2 participants