cmccabe commented on a change in pull request #11657: URL: https://github.com/apache/kafka/pull/11657#discussion_r784343554
########## File path: core/src/main/scala/kafka/server/DynamicConfigManager.scala ########## @@ -182,3 +188,52 @@ class DynamicConfigManager(private val zkClient: KafkaZkClient, configChangeListener.close() } } + +object DynamicConfigManager { + def toLoggableProps(resource: ConfigResource, configProps: Properties): Map[String, String] = { Review comment: ok -- 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