You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/10/23 11:43:01 UTC

[GitHub] uzdz opened a new issue #297: @Reference注解引用重试问题

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org