squah-confluent opened a new pull request, #21043: URL: https://github.com/apache/kafka/pull/21043
When we fixed KAFKA-19445 to prevent sharing of metrics between the group coordinator and share coordinator, we added an isolation test for each metric. This approach is unwieldy and it is very easy to forget to add isolation tests for new metrics. Replace the isolation tests with a single test that automatically collects the list of sensors and metrics from two different CoordinatorRuntimeMetricsImpl instances and checks them for overlap. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
