eolivelli commented on code in PR #15757:
URL: https://github.com/apache/pulsar/pull/15757#discussion_r880893062


##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java:
##########
@@ -845,11 +845,12 @@ public ManagedCursor openCursor(String cursorName) throws 
InterruptedException,
     @Override
     public ManagedCursor openCursor(String cursorName, InitialPosition 
initialPosition)
             throws InterruptedException, ManagedLedgerException {
-        return openCursor(cursorName, initialPosition, Collections.emptyMap());
+        return openCursor(cursorName, initialPosition, Collections.emptyMap(), 
Collections.emptyMap());

Review Comment:
   Same as above



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

Reply via email to