coderzc commented on code in PR #21531:
URL: https://github.com/apache/pulsar/pull/21531#discussion_r1387402151
##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerFactory.java:
##########
@@ -183,9 +185,24 @@ void delete(String name,
CompletableFuture<ManagedLedgerConfig> mlConfigFuture)
* @throws InterruptedException
* @throws ManagedLedgerException
*/
+ @Deprecated
void asyncDelete(String name, CompletableFuture<ManagedLedgerConfig>
mlConfigFuture,
Review Comment:
+1
--
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]