viktorsomogyi commented on code in PR #13975: URL: https://github.com/apache/kafka/pull/13975#discussion_r1267952262
########## core/src/main/scala/kafka/server/MetadataCache.scala: ########## @@ -109,6 +109,8 @@ trait MetadataCache { def getRandomAliveBrokerId: Option[Int] def features(): Features + + def isInitialized(): Boolean Review Comment: Sure, just updated this with my latest patch. -- 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