shoothzj commented on code in PR #4342:
URL: https://github.com/apache/bookkeeper/pull/4342#discussion_r1603202029
##########
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:
@zymap This default interface might be error prone. I have started a mail
thread. I think we can continue discuss in
https://lists.apache.org/thread/fk02bz4lggz086kgwwxdw2yv1ktn7x35
--
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]