Issue with hystrix fallback in spring cloud - Stack Overflow
I found 2 problems in your FallbackableService.
1) the fallbackMethod referred to a non-existent method;
2) the @HystrixCommand method (and the fallback) was not public.
Read full article from Issue with hystrix fallback in spring cloud - Stack Overflow
No comments:
Post a Comment