springcloud 처음netflix.zuul.exception.ZuulException:Forwarding error

1125 단어
아래와 같이 잘못 보고하다.
com.netflix.zuul.exception.ZuulException:Forwarding error
Caused by: com.netflix.hystrix.exception.HystrixRuntimeException: xxx timed-out and no fallback available.
Caused by: java.util.concurrent.TimeoutException
 
자세한 내용은 다음 구성에 나와 있습니다.
# URL Zuul , 
zuul:
  max:
    host:
      connections: 500
  host:
    socket-timeout-millis: 60000
    connect-timeout-millis: 60000
# Zuul , 
ribbon:
  ReadTimeout: 60000
  ConnectTimeout: 60000

# 
hystrix:
  command:
    default:
      execution:
        timeout:
          enabled: true
        isolation:
          thread:
            timeoutInMilliseconds: 60000

각각의 상황에 대해 위와 같이 설정하다
다음으로 전송:https://www.cnblogs.com/oldzhang1222/p/9958620.html

좋은 웹페이지 즐겨찾기