com.netflix.zuul.exception.ZuulException: 和 com.netflix.zuul.exception.ZuulException: Forwarding error

今天我报了一个错

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

posted @ 2019-05-31 19:38  lijiyang  阅读(3034)  评论(0编辑  收藏  举报