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


##########
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:
   Add a default implementation to avoid breaking the interface



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

Reply via email to