一 zuul超时时间配置
如果要为通过Zuul代理的请求配置socket超时和读取超时、连接超时,则根据您的配置,有两种选择:
- 如果Zuul使用服务发现,则需要使用
ribbon.ReadTimeout
(单位毫秒)和ribbon.SocketTimeout
(单位毫秒) 、ribbon.ConnectTimeout
Ribbon属性配置这些超时。 - 如果通过指定URL配置了Zuul路由,则需要使用
zuul.host.connect-timeout-millis
和zuul.host.socket-timeout-millis
、zuul.host.connectTimeoutMillis
。