uzdz opened a new issue #297: @Reference注解引用重试问题 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/297 项目:dubbo-spring-boot-starter 版本:0.2.0 设置: @Reference(version = "0.0.1", retries = 0) public EmployeeApi employeeApi; 单独设置某个引用超时后重试次数为0,即不启动重试,但是由于@Reference注解中retries默认为0,通过自测发现,设置retries为0是无效的,默认还会重试2次,所以请问如何设置某个引用关闭重试。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
