Chia-Ping Tsai created KAFKA-20152:
--------------------------------------
Summary: Remove unused CoordinatorMetrics#registry
Key: KAFKA-20152
URL: https://issues.apache.org/jira/browse/KAFKA-20152
Project: Kafka
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
Removing the API from the interface as it is irrelevant to
`ShareCoordinatorMetrics` and currently unused
[https://github.com/apache/kafka/blob/trunk/coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorMetrics.java#L58]
{code:java}
/**
* @return The metrics registry.
*/
public abstract MetricsRegistry registry(); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)