kevin-wu24 commented on code in PR #19668: URL: https://github.com/apache/kafka/pull/19668#discussion_r2114486431
########## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ########## @@ -2849,14 +2858,15 @@ private long maybeSendRequest( long currentTimeMs, Set<ReplicaKey> remoteVoters, Function<Integer, Node> destinationSupplier, - Function<ReplicaKey, ApiMessage> requestSupplier + Function<ReplicaKey, ApiMessage> requestSupplier, + ApiKeys requestType Review Comment: See https://github.com/apache/kafka/pull/19668/files/8ab228d2401586b9e773df86e21fc0204d3a40ed#r2114485386 -- 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