jsancio commented on code in PR #19416: URL: https://github.com/apache/kafka/pull/19416#discussion_r2050818299
########## raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java: ########## @@ -2746,17 +2755,27 @@ private void handleInboundMessage(RaftMessage message, long currentTimeMs) { } /** - * Attempt to send a request. Return the time to wait before the request can be retried. + * Attempt to send a request. + * + * Return if the request was send and the time to wait before the request can be retried. Review Comment: Fixed. -- 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