Likenttt opened a new issue #8333: URL: https://github.com/apache/dubbo/issues/8333
是否有注解可以配置一个service中单个方法的retry次数(默认为2).我注意到有两个solution, - 通过xml方式, 但是现在的dubbo已经大量使用注解了, 使用xml有开历史倒车的味道; - 通过 `@Service`注解里面的parameter参数, 但是我浏览了一些issue,说是一个比较hack的做法,并不推荐. 所以是否有其他更优雅的途径? -- 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]
