tylerlance

Results 4 comments of tylerlance
trafficstars

Do we have a planned version for this to be merge for? This seems like a valuable feature. Hoping it wasn't abandoned.

Not a maintainer but have worked with resilience4j heavily. I do not know of any support for property overriding states of circuit breakers and am fairly certain this has been...

You can inject the CircuitBreakerRegistry bean and properties and pull off any circuit breakers with a custom state defined in the properties. Then do something like this: ``` private void...

This is an annoying issue. As @mqueb mentioned I see this issue using Spring annotations. As for a workaround. I noticed if you don't have the clear() method actually clean...