Detailed explanation of spring cloud retry mechanism configuration
•
Java
First of all, the retry here is not the retry after an error is reported, but the load balancing client tries other instances after finding that the remote request instance is unreachable.
Feign retry mechanism
Feign is configured to retry through the retryer under its own package by default. The default is 5 times
Feign cancel retry
Feign request timeout setting
The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码