kevin-wu24 commented on code in PR #18304: URL: https://github.com/apache/kafka/pull/18304#discussion_r1926114950
########## server/src/main/java/org/apache/kafka/server/metrics/BrokerServerMetrics.java: ########## @@ -89,12 +95,18 @@ public BrokerServerMetrics(Metrics metrics) { METRIC_GROUP_NAME, "The number of errors encountered by the BrokerMetadataPublisher while applying a new MetadataImage based on the latest MetadataDelta." ); + ignoredStaticVotersName = metrics.metricName( + "ignored-static-voters", + METRIC_GROUP_NAME, + "This value is 1 when the current voter set for the metadata topic partition is being read from the log and 0 when it is read from the static configuration." Review Comment: Will do, requested permissions to contribute via the developer mailing list. Also will update the KIP with why we're not implementing `number-of-offline-voters` and `is-observer`. -- 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