jolshan commented on a change in pull request #10492: URL: https://github.com/apache/kafka/pull/10492#discussion_r608188681
########## File path: raft/src/test/java/org/apache/kafka/raft/RaftClientTestContext.java ########## @@ -113,6 +113,7 @@ static final int DEFAULT_ELECTION_TIMEOUT_MS = 10000; private static final TopicPartition METADATA_PARTITION = new TopicPartition("metadata", 0); + private static final Uuid METADATA_TOPIC_ID = Uuid.METADATA_TOPIC_ID; Review comment: good point. Will fix -- 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