hangc0276 commented on pull request #13316: URL: https://github.com/apache/pulsar/pull/13316#issuecomment-1006649804
> > As you mentioned, we use geo-replication to support cluster failover, that means there might be have more than two cluster. In the implementation, we only can configure two clusters for the failover. I am thinking of, do we need to support more clusters to failover to make the cluster is more robust? > > Maybe one could even go further and automatically choose from all of the replicated clusters, the nearest one (via latency probe/from pre-probed list)? (as follow-up step of this feature) @hpvd I added the `SecondaryChoosePolicy` interface to support different choose policy. Currently we support `ORDER` first, and we can support more choose policy in the following PRs. -- 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]
