Skip to content
Advertisement

Tag: circuit-breaker

Resilience4j circuit-breaker ring bit buffer size configuration

I’m looking to implement resilience4j circuit breaking library into a web application. My application talks to two services and each service receives anywhere between 20 and 150 requests per second depending on the time of day. Resilience4j provides you with the ability to define a config for each circuit breaker which lets you configure the thresholds and ring buffer size.

Advertisement