[SOLVED] issue invoke another micro service timeout and no fallback available - Gukie/building-recommend GitHub Wiki
following exception happens:
Exception in thread "Thread-6" com.netflix.hystrix.exception.HystrixRuntimeException: addBuilding 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.onError(OperatorOnErrorResumeNextViaFunction.java:139)
at rx.internal.operators.OperatorDoOnEach$1.onError(OperatorDoOnEach.java:71)
at rx.internal.operators.OperatorDoOnEach$1.onError(OperatorDoOnEach.java:71)
It seems exception happens in other micro-service. After solving the exception, this issue is gone.