AndrewJSchofield commented on code in PR #18567:
URL: https://github.com/apache/kafka/pull/18567#discussion_r1918865001
##########
server-common/src/main/java/org/apache/kafka/server/config/ConfigType.java:
##########
@@ -31,6 +31,5 @@ public class ConfigType {
public static final String CLIENT_METRICS = "client-metrics";
public static final String GROUP = "groups";
- // Do not include ClientMetrics and Groups in `all` as they are not
supported on ZK.
Review Comment:
Yes, I suggest changing the definition of `ALL` here and then updating
https://github.com/apache/kafka/blob/6eb44ad86994b92edd3c0d807830b79807adda59/core/src/main/scala/kafka/admin/ConfigCommand.scala#L66
--
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]