sl1316 opened a new issue #12980:
URL: https://github.com/apache/pulsar/issues/12980


   **Is your feature request related to a problem? Please describe.**
   we have a use case where requires data backup across multiple data centers 
and needs strong consistency. The ideal view is each segment is replicated to 
three clusters located at three different data centers. pulsar supports using 
multiple clusters as a large bookie pool but does not provide the selection 
logic to ensure each data center has at least one replica. 
   
   **Describe the solution you'd like**
   allow the segment replicas to be placed at each cluster(or data center). 
this is useful for use cases like banking in case of disaster.
   to my understanding, we have the cluster/topic relationship stored in 
zookeeper so we can probably have the admin api to enter the replication 
clusters similar to the allowed-clusters. or we can do it as part of the bookie 
config file so it will take effect at pulsar instance level
   **Describe alternatives you've considered**
   We also looked into the geo-replication approach but it's async and 
increases the cost (number of replicas * cost in a single data center)
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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