mattisonchao opened a new pull request, #15099:
URL: https://github.com/apache/pulsar/pull/15099
### Motivation
To deprecate the zookeeper settings. PIP 45 introduced a unified metadata
store API for Pulsar,
so we should make the metadata-related configuration start with
`metadataStore`, not `zooKeeper`/`ZK`.
### Modifications
- Change `managedLedgerMaxUnackedRangesToPersistInZooKeeper` to
`managedLedgerMaxUnackedRangesToPersistInMetadataStore`
### Verifying this change
- [x] Make sure that the change passes the CI checks.
### Does this pull request potentially affect one of the following parts:
- The default values of configurations: (yes)
### Documentation
- [x] `doc-required`
(Your PR needs to update docs and you will update later)
### Compatibility
Introduce `getManagedLedgerMaxUnackedRangesToPersistInMetadataStore` method
to compatible with previous configurations.
--
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]