Did you perform breakpoint debugging when testing this? If it is breakpoint debugging, it may be like this. Because you may not have set the timeout, resulting in a timeout error. hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds : 5000 Set this and the following may be effective
First check if an exception is thrown inside.
Did you perform breakpoint debugging when testing this?
If it is breakpoint debugging, it may be like this.
Because you may not have set the timeout, resulting in a timeout error.
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds : 5000
Set this and the following may be effective