A lightweight fault tolerance library for Java 8+ providing circuit breakers, retries, rate limiters, and bulkheads.
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-core</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.
Configures and creates a circuit breaker with a 50% failure threshold.
No known issues recorded.
No dependency data recorded yet.