ijuma commented on a change in pull request #11296: URL: https://github.com/apache/kafka/pull/11296#discussion_r702921946
########## File path: raft/src/test/java/org/apache/kafka/raft/RaftClientTestContext.java ########## @@ -164,7 +162,7 @@ Builder withVotedCandidate(int epoch, int votedId) throws IOException { return this; } - Builder updateRandom(Consumer<Random> consumer) { + Builder updateRandom(Consumer<MockableRandom> consumer) { Review comment: We need `MockableRandom` since we use the `mock*` methods in it. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org