ijuma commented on a change in pull request #11067: URL: https://github.com/apache/kafka/pull/11067#discussion_r672532721
########## File path: core/src/main/scala/kafka/server/BrokerServer.scala ########## @@ -389,6 +389,9 @@ class BrokerServer( // a potentially lengthy recovery-from-unclean-shutdown operation here, if required. metadataListener.startPublishing(metadataPublisher).get() + // Log static broker configurations. + new KafkaConfig(config.originals(), true) Review comment: I also learned that the ZK path logs dynamic configs too now. So, we can have a JIRA about logging dynamic configs for KRaft and mention there the potential clean-up. -- 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