liudezhi2098 opened a new pull request #6844:
URL: https://github.com/apache/pulsar/pull/6844


   Master Issue: #6843
   ## Motivation
   
   broker supports ManagedLedger configuration
   
   ## Modifications
   
   This change can be supported managedLedgerPassword configuration
   
   org.apache.pulsar.broker.ServiceConfiguration
   ```java
       @FieldContext(
               category = CATEGORY_STORAGE_ML,
               doc = "Default  password to use when writing to BookKeeper. 
\n\nDefault is ``."
           )
       private String managedLedgerPassword = "";
   ```
   org.apache.pulsar.broker.service.BrokerService
   ```java
     managedLedgerConfig.setPassword(serviceConfig.getManagedLedgerPassword());
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to