Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallrye/smallrye-fault-tolerance
SmallRye implementation of MicroProfile Fault Tolerance: bulkheads, circuit breakers, fallbacks, rate limits, retries, timeouts, and more
https://github.com/smallrye/smallrye-fault-tolerance
microprofile
Last synced: 3 months ago
JSON representation
SmallRye implementation of MicroProfile Fault Tolerance: bulkheads, circuit breakers, fallbacks, rate limits, retries, timeouts, and more
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-fault-tolerance
- Owner: smallrye
- License: apache-2.0
- Created: 2018-05-25T20:19:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T14:45:14.000Z (5 months ago)
- Last Synced: 2024-05-29T04:19:35.580Z (5 months ago)
- Topics: microprofile
- Language: Java
- Homepage:
- Size: 2.66 MB
- Stars: 81
- Watchers: 5
- Forks: 34
- Open Issues: 24
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- vertx-awesome - SmallRye Fault Tolerance - SmallRye Fault Tolerance is an implementation of Eclipse MicroProfile Fault Tolerance with additional features not defined by the specification. Native support of [Vert.x](https://smallrye.io/docs/smallrye-fault-tolerance/6.2.6/integration/event-loop.html) and [Mutiny](https://smallrye.io/docs/smallrye-fault-tolerance/6.2.6/reference/asynchronous.html#async-types). (Microservices)
README
:ci: https://github.com/smallrye/smallrye-fault-tolerance/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-fault-toleranceimage:https://github.com/smallrye/smallrye-fault-tolerance/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-fault-tolerance&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-fault-tolerance.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye/smallrye-fault-tolerance?color=green[]== SmallRye Fault Tolerance
SmallRye Fault Tolerance is an implementation of https://github.com/eclipse/microprofile-fault-tolerance/[Eclipse MicroProfile Fault Tolerance].
See the https://smallrye.io/docs/smallrye-fault-tolerance/6.4.0/index.html[documentation].