dubbo3 icon indicating copy to clipboard operation
dubbo3 copied to clipboard

是否可以实现主从关系的服务

Open swelltt0576 opened this issue 8 years ago • 1 comments

dubbo2中的负载均衡基本都是robbin的。

我想问一下是否,可以实现主从服务结构。即,

  • 设置主从两个节点
  • 正常情况下,只消费主服务
  • 当主服务崩溃,dobbo自动降级主服务,升级从服务为主服务。

谢谢。

swelltt0576 avatar Apr 10 '17 07:04 swelltt0576

能否考虑设置不同的版本,然后使用动态配置推送的方式实现? 这个在dubbo上确实有点麻烦,害怕dubbo做的事情太多啦。

linux-china avatar May 31 '17 02:05 linux-china