Registry / other / smallrye-fault-tolerance

smallrye-fault-tolerance

JSON →
library6.11.1javamavenunverified

A MicroProfile Fault Tolerance implementation providing circuit breakers, retries, and timeouts for Java applications.

<dependency> <groupId>io.smallrye</groupId> <artifactId>smallrye-fault-tolerance</artifactId> <version>6.11.1</version> </dependency>
INSTALL
IMPORT
SIG · SMALLRYE-FAULT-TOL
S
smallrye-fault-tolerance
otherjavav6.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Retry
org.eclipse.microprofile.faulttolerance.Retry

Annotates a method with retry logic up to 3 attempts.

import org.eclipse.microprofile.faulttolerance.Retry; @Retry(maxRetries = 3) public String callService() { return "success"; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.11.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
smallrye-fault-tolerance — mvn dependency:get smallrye-fault-tolerance · libregistry