cmccabe commented on code in PR #19586: URL: https://github.com/apache/kafka/pull/19586#discussion_r2080615298
########## metadata/src/main/java/org/apache/kafka/controller/metrics/ControllerMetadataMetrics.java: ########## @@ -39,10 +44,33 @@ * {@link org.apache.kafka.controller.metrics.QuorumControllerMetrics}, not here. */ public final class ControllerMetadataMetrics implements AutoCloseable { + @InterfaceStability.Stable + public enum BrokerRegistrationState { Review Comment: I think it would make sense to split this out into a separate file, since it's annotated as stable and `ControllerMetadataMetrics` is not. -- 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