dubbo 集群容错目前是应用级别,能支持混合模式么? 比如:方法级别

bttbmeg0  于 4个月前  发布在  其他
关注(0)|答案(7)|浏览(70)
  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have searched the release notes of this repository and believe that this is not a duplicate.

Describe the feature

yqyhoc1h

yqyhoc1h1#

是个好的想法,可以看下怎么完善下

r9f1avp5

r9f1avp52#

是个好的想法,可以看下怎么完善下

需要提供方案么?

wpcxdonn

wpcxdonn3#

嗯,可以把方案和修改的地方通过 PR 提交上来哦

ergxz8rk

ergxz8rk5#

这边我看了下 dubbo 的invoker的 Cluster 是在Invoker 初始化时指定的 如果想拆成方法级别的。需要添加一个动态Cluster包装,可以根据上下文中cluster字段,切换到不同的Cluster根据配置在去SPI 获取一个放入这个动态Cluster 的缓存。不太确定是否有必要这么设计。我认为完全可以将不同Cluster 配置的方法放到不同的接口(服务)中 @AlbumenJ

blpfk2vs

blpfk2vs6#

如果需要实现 可以把任务分配给我

ubby3x7f

ubby3x7f7#

我认为完全可以将不同Cluster 配置的方法放到不同的接口(服务)

这个会影响目前 invoker 链路的重建的,会比较难做

相关问题