chia7712 commented on code in PR #21384:
URL: https://github.com/apache/kafka/pull/21384#discussion_r2769413498


##########
server/src/main/java/org/apache/kafka/server/config/AbstractKafkaConfig.java:
##########
@@ -79,6 +79,7 @@ public abstract class AbstractKafkaConfig extends 
AbstractConfig {
         QuorumConfig.CONFIG_DEF,
         MetricConfigs.CONFIG_DEF,
         QuotaConfig.CONFIG_DEF,
+        QuotaConfig.BROKER_QUOTA_CONFIG_DEF,

Review Comment:
   These should not be added to `AbstractKafkaConfig.CONFIG_DEF`, as they 
cannot be set in `server.properties` 
   
   see https://issues.apache.org/jira/browse/KAFKA-20125



-- 
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]

Reply via email to