A lightweight, easy-to-use fault tolerance library providing circuit breaker pattern implementation for Java 8 and functional programming.
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-circuitbreaker</artifactId>
<version>2.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure and use a CircuitBreaker to protect a service call.
Use Resilience4j 1.7.x for Java 8 support.
No dependency data recorded yet.