Skip to content

KAFKA-19564: Close Consumer in ConsumerPerformance only after metrics displayed #20267

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

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

kirktrue
Copy link
Contributor

@kirktrue kirktrue commented Jul 30, 2025

Ensure that metrics are retrieved and displayed (when requested) before
Consumer.close() is called. This is important because metrics are
technically supposed to be removed on Consumer.close(), which means
retrieving them after close() would yield an empty map.

… displayed

Ensure that metrics are retrieved and displayed (when requested) before Consumer.close() is called. This is important because metrics are technically supposed to be removed on Consumer.close(), which means retrieving them after close() would yield an empty map.
@github-actions github-actions bot added triage PRs from the community tools labels Jul 30, 2025
@lianetm lianetm removed the triage PRs from the community label Jul 31, 2025
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