com.netflix.hystrix.exception.HystrixRuntimeException: FeignDemo#demo() timed-out and no fallback av

com.netflix.hystrix.exception.HystrixRuntimeException:
FeignDemo#demo() timed-out and no fallback available. at
com.netflix.hystrix.AbstractCommand$22.call(AbstractCommand.java:819)
at
com.netflix.hystrix.AbstractCommand$22.call(AbstractCommand.java:804)
at
rx.internal.operators.OperatorOnErrorResumeNextViaFunction 4. o n E r r o r ( O p e r a t o r O n E r r o r R e s u m e N e x t V i a F u n c t i o n . j a v a : 140 ) a t r x . i n t e r n a l . o p e r a t o r s . O n S u b s c r i b e D o O n E a c h 4.onError(OperatorOnErrorResumeNextViaFunction.java:140) at rx.internal.operators.OnSubscribeDoOnEach 4.onError(OperatorOnErrorResumeNextViaFunction.java:140)atrx.internal.operators.OnSubscribeDoOnEachDoOnEachSubsc

看到上面的报错信息,说明Hystrix超时报错,此时 设置Hystrix的配置信息如下所示:

com.netflix.hystrix.exception.HystrixRuntimeException: FeignDemo#demo() timed-out and no fallback av_第1张图片

你可能感兴趣的:(#,Springcloud)