rdhabalia opened a new pull request, #16425:
URL: https://github.com/apache/pulsar/pull/16425

   ### Motivation
   Implementation of [PIP-136](https://github.com/apache/pulsar/issues/16424)
   Sometimes it's not possible to share metadata-store (global zookeeper) 
between pulsar clusters deployed on separate cloud provider platforms, and 
synchronizing configuration metadata (policies) can be a critical path to share 
tenant/namespace/topic policies between clusters and administrate pulsar 
policies uniformly across all clusters. Therefore, we need a mechanism to sync 
configuration metadata between clusters deployed on the different cloud 
platforms.
   
   [PIP-136](https://github.com/apache/pulsar/issues/16424) also has a section 
`Rejected alternative` with use of system-topic along with 
metadata-synchronizer to replicate and persist local topic policies with it.
   


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