junrao commented on code in PR #14621: URL: https://github.com/apache/kafka/pull/14621#discussion_r1379117057
########## clients/src/main/java/org/apache/kafka/clients/admin/ConfigEntry.java: ########## @@ -222,6 +222,7 @@ public enum ConfigSource { DYNAMIC_BROKER_LOGGER_CONFIG, // dynamic broker logger config that is configured for a specific broker DYNAMIC_BROKER_CONFIG, // dynamic broker config that is configured for a specific broker DYNAMIC_DEFAULT_BROKER_CONFIG, // dynamic broker config that is configured as default for all brokers in the cluster + DYNAMIC_CLIENT_METRICS_CONFIG, // dynamic client metrics subscription config that is configured for all clients Review Comment: It seems weird to put `CLIENT_METRICS` here. The rest of the entries all seem to be related to configs that could be set in different levels like topic, broker, broker default, etc. Other entity types like user, client, etc are not listed here. Ditto for the change in `DescribeConfigsResponse` and `ConfigResource`. -- 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