apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Use new bookkeeper fluent API #239

Open sijie opened 6 years ago

sijie commented 6 years ago

FEATURE REQUEST

  1. Please describe the feature you are requesting.

A new bookkeeper fluent API is introduced in apache/bookkeeper#506. DistributedLog should integrate with the new fluent API to leverage CompletableFuture.

This task can also be used as a sanity check for verifying if the new bookkeeper API can take replace of the existing API.

  1. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

This should be a blocker for release/0.6.0.

  1. Provide any additional detail on your proposed use case for this feature.

N/A