Home > other >  HystrixCommand annotation fallbackMethod trigger conditions
HystrixCommand annotation fallbackMethod trigger conditions

Time:11-23


Dubbo Hystrix, when I integrate service providers and consumers are Hystrix and found a strange phenomenon, after a successful test is from the browser sends a request, let the consumer not to remote invocation provider but a direct response to the browser, even if that no error will eventually enter fallbackMethod during the specified callback method, would like to ask you a great god why is this? Don't Hystrix trigger fallbackMethod as well as a remote call is automatically triggered a major premise

CodePudding user response:

I also is such, access service consumer enters directly a callback method
  • Related