kirktrue opened a new pull request, #20267: URL: https://github.com/apache/kafka/pull/20267
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org