cmccabe commented on code in PR #16230: URL: https://github.com/apache/kafka/pull/16230#discussion_r1672755552
########## core/src/main/scala/kafka/server/metadata/KRaftMetadataCache.scala: ########## @@ -541,8 +545,12 @@ class KRaftMetadataCache(val brokerId: Int) extends MetadataCache with Logging w override def features(): FinalizedFeatures = { val image = _currentImage + val finalizedFeatures = new java.util.HashMap[String, java.lang.Short] + finalizedFeatures.putAll(image.features().finalizedVersions()) 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