see-quick commented on code in PR #21384:
URL: https://github.com/apache/kafka/pull/21384#discussion_r2770101741
##########
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:
Okay, so basically if I get it right. If property can't be configured in
`server.properties` (i.e., static broker configs). For some `dynamic-only`
(i.e., `leader.replication.throttled.rate` ... ) configs they won't be in the
section [1]? So that's basically correct?
[1] - https://kafka.apache.org/41/configuration/broker-configs/
--
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]