You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/10 12:13:41 UTC

[GitHub] [kafka] dengziming commented on a change in pull request #10097: MINOR: Add FetchSnapshot API doc in KafkaRaftClient

dengziming commented on a change in pull request #10097:
URL: https://github.com/apache/kafka/pull/10097#discussion_r573679151



##########
File path: raft/src/main/java/org/apache/kafka/raft/NetworkChannel.java
##########
@@ -30,10 +30,8 @@
     int newCorrelationId();
 
     /**
-     * Send an outbound message. This could be either an outbound request
+     * Send an outbound message. This could be an outbound request
      * (i.e. an instance of {@link org.apache.kafka.raft.RaftRequest.Outbound})
-     * or a response to a request that was received through {@link #receive(long)}

Review comment:
       The receive() has been removed in #9732.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org