Move failsafe lib to distributed apps
This commit is contained in:
@ -306,6 +306,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
* [Axon Framework](http://www.axonframework.org/) - Framework for creating CQRS applications.
|
||||
* [Copycat](http://atomix.io/copycat/) - Fault-tolerant state machine replication framework.
|
||||
* [Dropwizard Circuit Breaker](https://github.com/mtakaki/dropwizard-circuitbreaker) - Circuit breaker design pattern for dropwizard.
|
||||
* [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers.
|
||||
* [Hazelcast ![c]](http://hazelcast.org/) - Highly scalable in-memory datagrid with a free open-source version.
|
||||
* [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance.
|
||||
* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.
|
||||
@ -535,7 +536,6 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
* [Codename One](https://www.codenameone.com/) - Cross-platform solution for writing native mobile (iOS, Android, etc.) apps.
|
||||
* [CQEngine](https://github.com/npgall/cqengine) - Ultra-fast, SQL-like queries on Java collections.
|
||||
* [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns.
|
||||
* [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers.
|
||||
* [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS.
|
||||
* [javaslang-circuitbreaker](https://github.com/javaslang/javaslang-circuitbreaker) - Functional fault tolerance library.
|
||||
* [JavaX](http://javax.ai1.lol/) - Reinventing and extending Java with a focus on simplicity.
|
||||
|
Reference in New Issue
Block a user