CalvinConfluent commented on code in PR #13323: URL: https://github.com/apache/kafka/pull/13323#discussion_r1133007633
########## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ########## @@ -958,7 +959,10 @@ private CompletableFuture<FetchResponseData> handleFetchRequest( Errors.INVALID_REQUEST, Optional.empty())); } - FetchResponseData response = tryCompleteFetchRequest(request.replicaId(), fetchPartition, currentTimeMs); + FetchResponseData response = tryCompleteFetchRequest( + FetchRequest.replicaId(request), Review Comment: Done. Test Updated. -- 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