Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Víctor Cardozo's user avatar
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 ...
Vil Vil's user avatar
  • 31