startjava opened a new issue #8437:
URL: https://github.com/apache/dubbo/issues/8437


       @DubboReference(cluster = ClusterRules.FORKING)
       private IService1 service1;
   
       @DubboReference(cluster = ClusterRules.FAIL_OVER)
       private IService1 service2;
   
   比如上面代码,是每个对象有自己的策略,还是两者使用最先声明的,或是两者使用最后声明的,感谢。


-- 
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]

Reply via email to