Skip to content

MINOR: Port changes from KAFKA-18569 for ShareConsumers #19402

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

Merged

Conversation

ShivsundarR
Copy link
Collaborator

@ShivsundarR ShivsundarR commented Apr 7, 2025

What

  • ShareConsumers may wait on an unneeded FindCoordinator during
    close()(i.e after the acknowledgements are sent).

  • This change KAFKA-18569: New consumer close may wait on unneeded FindCoordinator #18590 added the
    StopFindCoordinatorOnClose event and was used by the regular
    consumers. We are using the same event in ShareConsumers as well to
    prevent sending this event when coordinator is no longer needed.

@github-actions github-actions bot added triage PRs from the community consumer clients small Small PRs labels Apr 7, 2025
Copy link

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@AndrewJSchofield AndrewJSchofield added KIP-932 Queues for Kafka and removed triage PRs from the community needs-attention labels Apr 15, 2025
@AndrewJSchofield AndrewJSchofield merged commit 6c3995b into apache:trunk Apr 15, 2025
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants