ahuang98 commented on code in PR #17807: URL: https://github.com/apache/kafka/pull/17807#discussion_r1882713314
########## raft/src/test/java/org/apache/kafka/raft/RaftClientTestContext.java: ########## @@ -1818,9 +1839,9 @@ private short fetchSnapshotRpcVersion() { } } - private short voteRpcVersion() { + short voteRpcVersion() { if (kip853Rpc) { - return 1; + return ApiKeys.VOTE.latestVersion(); Review Comment: yes, discussed offline -- 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