Kyle

Results 1 issues of Kyle

Problem describe I need to know the Resilience4j implementation to define the behavior of the CircuitBreaker when it is opened. Here's why ```kotlin import io.github.resilience4j.circuitbreaker.CallNotPermittedException factory.create(name).run(block) { e -> when(e)...

feedback-provided