Jason918 commented on a change in pull request #11960:
URL: https://github.com/apache/pulsar/pull/11960#discussion_r713832421
##########
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:
`RemoteManagedCursorImpl` overrided this method and use CursorClient to
persist this 'mdEntry' to topic write owner.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]