codelipenghui opened a new pull request #14147:
URL: https://github.com/apache/pulsar/pull/14147


   ### 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`.
   
   ### Modification
   
   change `zooKeeperSessionTimeoutMillis` to `metadataStoreSessionTimeoutMillis`
   change `zooKeeperOperationTimeoutSeconds` to 
`metadataStoreOperationTimeoutSeconds`
   change `zooKeeperCacheExpirySeconds` to `metadataStoreCacheExpirySeconds`
   
   ### Compatibility
   
   Introduced set method for the deprecated configurations. If the broker read 
the configurations
   from the old version config file, the configuration loader will use the set 
method to apply the
   configured value to new configurations.
   
   ### Tests
   
   Add new tests to make sure the change will not introduce a regression.
   
   
   


-- 
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]


Reply via email to