chickenlj commented on issue #3443:
URL: https://github.com/apache/dubbo/issues/3443#issuecomment-995460779


   I will close this issue since Dubbo essentially does not support method 
override.
   
   > @Reference(methods = {@Method(name = "sayHello", retries = 2),@Method(name 
= "sayHello",retries = 3)})
   private DemoService demoService;
   
   We recommend using Annotation to meet the minimum requirement and using 
`dubbo.properties` as a supplement for complex configurations like method level 
configuration.
   


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