spring cloud - Does Feign retry require some sort of configuration? - Stack Overflow
If you are using ribbon you can set properties similar to the following (substituting "localapp" for your serviceid):
localapp.ribbon.MaxAutoRetries=5 localapp.ribbon.MaxAutoRetriesNextServer=5 localapp.ribbon.OkToRetryOnAllOperations=true
Read full article from spring cloud - Does Feign retry require some sort of configuration? - Stack Overflow
No comments:
Post a Comment