merlimat opened a new pull request #13077:
URL: https://github.com/apache/pulsar/pull/13077
### Motivation
Allow to configure the metadata store endpoint in `broker.conf`.
### Modifications
Deprecated few config options:
* `zookeeperServers` --> `metadataStoreUrl`
* `configurationStoreServers` --> `configurationMetadataStoreUrl`
Moved all deprecated settings at the end of `broker.conf`.
Added `EndToEndMetadataTest` which spin up a cluster with brokers, bookies
against all the supported metadata stores (ZK, local memory and RocksDB) and
does basic produce/consume.
--
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]