zymap commented on code in PR #4342:
URL: https://github.com/apache/bookkeeper/pull/4342#discussion_r1603023972


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/api/BookKeeper.java:
##########
@@ -81,6 +81,13 @@ static BookKeeperBuilder newBuilder(final 
ClientConfiguration clientConfiguratio
      */
     CompletableFuture<LedgerMetadata> getLedgerMetadata(long ledgerId);
 
+    /**
+     * Return driver metadata service is available.
+     *
+     * @return the metadata service is available.
+     */
+    CompletableFuture<Boolean> isDriverMetadataServiceAvailable();

Review Comment:
   Since it is not a required thing for the bookkeeper. I think it should be ok 
to implement a default handle. @shoothzj 



-- 
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: commits-unsubscr...@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to