Dubbo集群容错方案

集群容错方案 说明
Failover Cluster 失败自动切换,自动重试其他服务器(默认)
Failfast Cluster 快速失败,立即报错,之发起一次调用
Failfast Cluster 失败安全,发现异常时直接忽略
Failback Cluster 失败自动恢复,记录失败请求,定时重发
Forking Cluster 并行调用多个服务器,只要一个成功即返回
Broadcast Cluster 广播逐个调用所有的提供者,任意一个报错则报错

猜你喜欢

转载自blog.csdn.net/m0_46357303/article/details/121563905