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

   > retry 是一个客户端行为,不会受服务端的配置所影响。
   > 
   > 背后的原因:如果两台服务端分别配置retry 1 和 3,那客户端怎么生效。retry 是单机的 retry 还是整体负载均衡的 
retry。Dubbo 选择了后者,这样可以屏蔽单点异常,这也就导致了服务端无法配置 retry 参数。
   
   还有一个点,我这边在provider配置timeout经过测试是有效的,consumer没有进行配置。
   那么基于您阐述的这个思路,如果一个服务端timeout设置为10秒,一个设置为20秒,那客户端怎么生效


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to