dubbo
dubbo copied to clipboard
集群容错目前是应用级别,能支持混合模式么? 比如:方法级别
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
- [x] I have searched the release notes of this repository and believe that this is not a duplicate.
Describe the feature
是个好的想法,可以看下怎么完善下
是个好的想法,可以看下怎么完善下
需要提供方案么?
嗯,可以把方案和修改的地方通过 PR 提交上来哦
Please assign to me
这边我看了下 dubbo 的invoker的 Cluster 是在Invoker 初始化时指定的 如果想拆成方法级别的。需要添加一个动态Cluster包装,可以根据上下文中cluster字段,切换到不同的Cluster根据配置在去SPI 获取一个放入这个动态Cluster 的缓存。不太确定是否有必要这么设计。我认为完全可以将不同Cluster 配置的方法放到不同的接口(服务)中 @AlbumenJ
如果需要实现 可以把任务分配给我
我认为完全可以将不同Cluster 配置的方法放到不同的接口(服务)
这个会影响目前 invoker 链路的重建的,会比较难做