You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/26 06:28:16 UTC

[GitHub] [pulsar] sijie opened a new issue #4140: Allow ManagedLedger to configure using an existing bookkeeper cluster

sijie opened a new issue #4140: Allow ManagedLedger to configure using an existing bookkeeper cluster
URL: https://github.com/apache/pulsar/issues/4140
 
 
   **Is your feature request related to a problem? Please describe.**
   
   The bookkeeper client factory is using the same zookeeper cluster and assume ledgersPath is "/ledgers". If users already have a bookkeeper cluster under "/path/to/ledgers", there is no way for them to reuse the bookkeeper cluster.
   
   **Describe the solution you'd like**
   
   - add a setting to broker configuration, 'bkServiceUri'.
   - switch the constructor of bookkeeper client to use the new bookkeeper service uri approach.
   
   **Describe alternatives you've considered**
   
   N/A
   
   **Additional context**
   
   N/A

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services