When the API service is restarted initially. If I call the API service directly, it works but if I call it through the feign client, I'll see the hystrix fallback message for a few seconds. And If API service is not running when I call it through the zuul, I'll see the following error message:
com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
How can I solve this problem?