You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/10/05 20:02:45 UTC

[GitHub] [ratis] SzyWilliam commented on a diff in pull request #754: RATIS-1715. Support linearizable read in AsyncApi.

SzyWilliam commented on code in PR #754:
URL: https://github.com/apache/ratis/pull/754#discussion_r985651546


##########
ratis-client/src/main/java/org/apache/ratis/client/api/AsyncApi.java:
##########
@@ -40,13 +40,19 @@ public interface AsyncApi {
    */
   CompletableFuture<RaftClientReply> send(Message message);
 
+  /** The same as sendReadOnly(message, null, true). */

Review Comment:
   the comment should be sendReadOnly(message, null)



-- 
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: issues-unsubscribe@ratis.apache.org

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