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


##########
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:
   I doubt that add default implementation is a good idea. First, we don't 
guarantee/make ABI comptabile between minor releases; Second, People whole 
implement metadata driver should implement this.
   
   cc @eolivelli @dlg99 
   



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