chia7712 commented on code in PR #21416:
URL: https://github.com/apache/kafka/pull/21416#discussion_r3369673794
##########
core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala:
##########
@@ -2015,6 +2015,18 @@ class KafkaConfigTest {
assertEquals("requirement failed: controller.listener.names must contain
at least one value appearing in the 'listeners' configuration when running the
KRaft controller role", message)
}
+ @Test
+ def testWarnWhenDynamicOnlyBrokerQuotaConfigsInServerProperties(): Unit = {
+ val props = createDefaultConfig()
+ props.setProperty(QuotaConfig.LEADER_REPLICATION_THROTTLED_RATE_CONFIG,
"1000000")
Review Comment:
Should we test all related 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]