ivankelly opened a new pull request #1809: Change LedgerManager to use 
CompletableFuture
URL: https://github.com/apache/bookkeeper/pull/1809
 
 
   All new uses of LedgerManager are creating GenericCallbackFutures to
   pass in as the callback. This patch cuts out the middleman, and makes
   LedgerManager return CompletableFutures itself.
   
   The patch only touches the CRUD operations, and not
   LedgerManager#asyncProcessLedgers, which I may tackle in a later PR.
   
   Master issue: #281
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to