CalvinConfluent commented on code in PR #13323: URL: https://github.com/apache/kafka/pull/13323#discussion_r1130289064
########## raft/src/test/java/org/apache/kafka/raft/RaftClientTestContext.java: ########## @@ -974,7 +974,7 @@ void assertFetchRequestData( assertEquals(epoch, fetchPartition.currentLeaderEpoch()); assertEquals(fetchOffset, fetchPartition.fetchOffset()); assertEquals(lastFetchedEpoch, fetchPartition.lastFetchedEpoch()); - assertEquals(localId.orElse(-1), request.replicaId()); + assertEquals(localId.orElse(-1), request.replicaState().replicaId()); Review Comment: Good catch. I have updated the version related test in: 1. The FetchRequest handling in the KafakRaftClientTest. 2. The FetchRequest building in KafkaNetworkChannelTest -- 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