mumrah commented on a change in pull request #11186: URL: https://github.com/apache/kafka/pull/11186#discussion_r707674451
########## File path: core/src/main/scala/kafka/server/metadata/BrokerMetadataPublisher.scala ########## @@ -117,6 +117,8 @@ class BrokerMetadataPublisher(conf: KafkaConfig, delta: MetadataDelta, newImage: MetadataImage): Unit = { try { + debug(s"Publishing delta $delta with highest offset $newHighestMetadataOffset") Review comment: Yea, configs is what I was thinking of. Logging the keys only sounds like a good idea -- 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