This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new 5c5876808e9 MINOR: Remove zk related statement from 
ControllerConfigurationValidator (#18637)
5c5876808e9 is described below

commit 5c5876808e9f94881eedc9f91669e498c036a1ed
Author: TengYao Chi <[email protected]>
AuthorDate: Tue Jan 21 00:10:24 2025 +0800

    MINOR: Remove zk related statement from ControllerConfigurationValidator 
(#18637)
    
    
    Reviewers: Mickael Maison <[email protected]>
---
 core/src/main/scala/kafka/server/ControllerConfigurationValidator.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/scala/kafka/server/ControllerConfigurationValidator.scala 
b/core/src/main/scala/kafka/server/ControllerConfigurationValidator.scala
index f205984a8ae..35c209d9ffa 100644
--- a/core/src/main/scala/kafka/server/ControllerConfigurationValidator.scala
+++ b/core/src/main/scala/kafka/server/ControllerConfigurationValidator.scala
@@ -42,7 +42,7 @@ import scala.collection.mutable
  *
  * This validator does not handle changes to BROKER_LOGGER resources. Despite 
being bundled
  * in the same RPC, BROKER_LOGGER is not really a dynamic configuration in the 
same sense
- * as the others. It is not persisted to the metadata log (or to ZK, when 
we're in that mode).
+ * as the others. It is not persisted to the metadata log.
  */
 class ControllerConfigurationValidator(kafkaConfig: KafkaConfig) extends 
ConfigurationValidator {
   private def validateTopicName(

Reply via email to