AlbumenJ commented on issue #10582:
URL: https://github.com/apache/dubbo/issues/10582#issuecomment-1670807713

   > > timeout 是可以的,retry 的可能得检查下,按理 2.7 也是没法生效的
   > > timeout 的逻辑是每个 provider 如果独立定义 timeout 是可以每次请求绑定的,即使切换不同 provider 
重式也是没问题的。简单来说就是 timeout 是可以绑定 provider 的,是可以服务端定义的行为;retry 生效的时候因为还没选择 provider 
所以无法从 provider 获取。
   > 
   > @DubboReference(cluster = "failfast", retries = 0) 
我是在消费端这么去配置的,可是当服务超时,还是会触发重复调用
   
   用的什么版本,我测试的话都是没问题的


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