hachikuji commented on a change in pull request #10492: URL: https://github.com/apache/kafka/pull/10492#discussion_r608863873
########## 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: Yes, we need a consistent value so that we can run the test raft server as a raft cluster. -- 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