api-layer
failsafe
Our great sponsors
api-layer | failsafe | |
---|---|---|
1 | 6 | |
36 | 3,720 | |
- | 1.0% | |
9.4 | 9.0 | |
3 days ago | 4 days ago | |
Java | Java | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
api-layer
failsafe
- Failsafe 3.2 is released, with new resilience policies
-
A tentative comparison of fault tolerance libraries on the JVM
A couple of libraries implement these features on the JVM. In this post, we will look at Microprofile Fault Tolerance, Failsafe and Resilience4J.
-
Handling JSOM without dependencies?
There are some nice libraries out there that shoot for having zero dependencies (e.g. Methanol, Failsafe) and posts about why it is a good idea for libraries to aim for zero dependencies (jOOQ blog post from 2016).
-
Failsafe 3.0 is released
https://failsafe.dev
-
Roast my github project... please?
If you still want to keep the retry, have a look at failsafe or resilience4j.
-
What are some open source applications which have a robust external API calls implementations ?
I like Failsafe personally. Nice clear API.
What are some alternatives?
javaslang-circuitbreaker - Resilience4j is a fault tolerance library designed for Java8 and functional programming
Design Patterns - Design patterns implemented in Java
Modern Java - A Guide to Java 8 - Modern Java - A Guide to Java 8
sitemapgen4j - SitemapGen4j is a library to generate XML sitemaps in Java.
Joda-Money - Java library to represent monetary amounts.
FF4J - Feature Flags for Java made easy
LightAdmin - [PoC] Pluggable CRUD UI library for Java web applications
Maven Wrapper - The easiest way to integrate Maven into your project!
J2ObjC - A Java to iOS Objective-C translation tool and runtime.
Jimfs - An in-memory file system for Java 7+
Sentinel - A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
Hystrix - Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.