liudezhi2098 opened a new issue #6843:
URL: https://github.com/apache/pulsar/issues/6843
## Motivation
broker supports ManagedLedger configuration
## Proposed changes
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 = "";
```
----------------------------------------------------------------
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]