ShenFeng312 commented on issue #10681: URL: https://github.com/apache/dubbo/issues/10681#issuecomment-1512324832
这边我看了下 dubbo 的invoker的 Cluster 是在Invoker 初始化时指定的 如果想拆成方法级别的。需要添加一个动态Cluster包装,可以根据上下文中cluster字段,切换到不同的Cluster根据配置在去SPI 获取一个放入这个动态Cluster 的缓存。不太确定是否有必要这么设计。@AlbumenJ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
