hachikuji commented on a change in pull request #10492:
URL: https://github.com/apache/kafka/pull/10492#discussion_r608881469



##########
File path: core/src/main/scala/kafka/tools/TestRaftServer.scala
##########
@@ -51,7 +51,8 @@ class TestRaftServer(
 ) extends Logging {
   import kafka.tools.TestRaftServer._
 
-  private val partition = new TopicPartition("__cluster_metadata", 0)
+  private val partition = new TopicPartition("__raft_performance_test", 0)
+  private val topicId = new Uuid(0L, 2L)

Review comment:
       Could we add a comment here which explains that this value must be 
constant and that the value is chosen not to conflict with the topicId used for 
`@metadata`?




-- 
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


Reply via email to