All Questions
Tagged with openfeign spring-cloud-circuitbreaker
2 questions
2
votes
1
answer
12k
views
Setting timeout to OpenFeign client
I'm trying to setup a timeout to my feign clients when they try to access to other of my services. In order to test my circuit breaker method. This is my basic setup. I'm using spring-boot 3.0.2 and ...
3
votes
0
answers
746
views
implement circuit breaker with openfeign in spring-boot 2.4 and spring cloud 2020
If I want to upgrade to spring-boot 2.4 and spring cloud 2020.
Now that spring-cloud-starter-netflix-hystrix has been removed from spring-cloud-netflix,
How can I implement circuit breaker with ...