You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/02/12 02:26:48 UTC

[GitHub] zhaijack commented on a change in pull request #1219: Xzy initialize subscription config

zhaijack commented on a change in pull request #1219: Xzy initialize subscription config
URL: https://github.com/apache/incubator-pulsar/pull/1219#discussion_r167461546
 
 

 ##########
 File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedger.java
 ##########
 @@ -138,6 +138,18 @@
      */
     public ManagedCursor openCursor(String name) throws InterruptedException, ManagedLedgerException;
 
+    /**
+     * Open a ManagedCursor in this ManagedLedger.
+     * <p>
+     * If the cursors doesn't exist, a new one will be created and its position will be at the end of the ManagedLedger.
 
 Review comment:
   nit: its "default" position will be at the end of .....

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services