fvaleri commented on PR #14847:
URL: https://github.com/apache/kafka/pull/14847#issuecomment-1842545770

   @showuon it is called when you instantiate the KafkaConfig object, so it's 
the constructor: 
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/KafkaConfig.scala#L2266
   
   I also want to mention that there is some work going on about migrating the 
KafkaConfig class here: https://issues.apache.org/jira/browse/KAFKA-15853
   
   That said, I guess the question is still opened whether we want full 
configuration validation on format operation or not. I have no preference, but 
keep in mind that this configuration may change between the format operation 
and first broker startup.
   
   I also see that there were some changes to the original scala code since I 
opened this PR. I will make sure to add them once we decide on this matter.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to