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 2021/09/22 05:34:27 UTC

[GitHub] [pulsar] jiazhai commented on a change in pull request #11960: [PIP-63] Readonly-Topic-Ownership-Support

jiazhai commented on a change in pull request #11960:
URL: https://github.com/apache/pulsar/pull/11960#discussion_r713604485



##########
File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorImpl.java
##########
@@ -1850,6 +1831,10 @@ public void operationFailed(ManagedLedgerException exception) {
         });
     }
 
+    protected void persistPosition(MarkDeleteEntry mdEntry, VoidCallback callback) {

Review comment:
       A minor question, why we need this wrapper?




-- 
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: commits-unsubscribe@pulsar.apache.org

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