com.netflix.zuul.exception.ZuulException: 和 com.netflix.zuul.exception.ZuulException: Forwarding error
时间:2019-05-31 20:33:07
收藏:0
阅读:1106
今天我报了一个错
com.netflix.zuul.exception.ZuulException:
在网上查了以后在yml里配置(要注意空格不能用Tab)
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 60000
ribbon:
ConnectTimeout: 3000
ReadTimeout: 60000
然后又报一个
com.netflix.zuul.exception.ZuulException: Forwarding error
改了以后就不报了
zuul:
host:
socket-timeout-millis: 60000
connect-timeout-millis: 60000
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
原文:https://www.cnblogs.com/jiqu/p/10957128.html
评论(0)