merlimat commented on a change in pull request #7461:
URL: https://github.com/apache/pulsar/pull/7461#discussion_r450453525
##########
File path:
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerFactory.java
##########
@@ -160,4 +161,9 @@ void asyncOpenReadOnlyCursor(String managedLedgerName,
Position startPosition, M
*/
void shutdown() throws InterruptedException, ManagedLedgerException;
+ /**
+ * Get the bookkeeper.
+ */
+ BookKeeper getBookKeeper();
Review comment:
We shouldn't expose the BK client on the interface here
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]