Technoboy- opened a new pull request #12136: URL: https://github.com/apache/pulsar/pull/12136
## Motivation Currently, when we try to enable the geo-replication, we need to set multiple clusters for the namespaces, and all the topics under the namespace will start to replicate data across clusters. It's useful for adding the replicate clusters in the topic level so that we can achieve the topics under a namespace can have different replication clusters such as topic A(cluster-a <-> cluster-b) topic B(cluster-b <-> cluster-c). Since we have a proposal for add global topic policies https://github.com/apache/pulsar/wiki/PIP-92%3A-Topic-policy-across-multiple-clusters, we should also consider the global topic policies when implementing the geo-replication clusters setting for TopicPolicies ## Documentation I'm not sure if the doc could generate automatically. If no, I will update the doc later. -- 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]
