Load Balance Clusters

hello,
when I use XDCP, how way to load balance two clusters,when one cluster downtime, to switch another cluster?
thanks.

Hello,

You can’t put a load balancer between your clients and Couchbase Server, because of Couchbase’s architecture. It would not make sense as we handle sharding and load balancing automatically from our SDKs.

What you can do is use custom applicative logic, or a circuit breaker, to fallback to another Cluster if the current one is unavailable.