jolshan commented on a change in pull request #10492: URL: https://github.com/apache/kafka/pull/10492#discussion_r608861438
########## File path: core/src/main/scala/kafka/tools/TestRaftServer.scala ########## @@ -52,6 +52,7 @@ class TestRaftServer( import kafka.tools.TestRaftServer._ private val partition = new TopicPartition("__cluster_metadata", 0) + private val topicId = Uuid.METADATA_TOPIC_ID Review comment: I was wondering about this too. In another test, (for MockLog) I used a random Uuid. Is there something we get from the hardcoded one vs random? -- 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