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

   retry 是一个客户端行为,不会受服务端的配置所影响。
   
   背后的原因:如果两台服务端分别配置retry 1 和 3,那客户端怎么生效。retry 是单机的 retry 还是整体负载均衡的 retry。Dubbo 
选择了后者,这样可以屏蔽单点异常,这也就导致了服务端无法配置 retry 参数。


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