jolshan commented on a change in pull request #9473: URL: https://github.com/apache/kafka/pull/9473#discussion_r516854188
########## File path: core/src/main/scala/kafka/controller/ControllerContext.scala ########## @@ -83,6 +83,8 @@ class ControllerContext { var epochZkVersion: Int = KafkaController.InitialControllerEpochZkVersion val allTopics = mutable.Set.empty[String] + var topicIds = mutable.Map.empty[String, UUID] Review comment: What part of the names is unclear? The name describes values of the map, so is it not clear what the keys should be? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org