Quantcast
Channel: How to configure Ribbon with Openfeign to manage retries - Spring? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Jonathan Johx for How to configure Ribbon with Openfeign to manage...

You can create a Configuration for Retryer's feign and set the values you want: import feign.Retryer; import org.springframework.context.annotation.Bean; import...

View Article



How to configure Ribbon with Openfeign to manage retries - Spring?

I want to manage retries. I have openfeign client, two micro-services. How to do it? When i set in my yaml configuration: foo: ribbon: MaxAutoRetries:5 It doesn't work. In my pom.xml is Spring Cloud...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images