Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README_SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ _Libraries and frameworks for writing distributed and fault-tolerant application
- [Curator Framework](https://github.com/apache/curator) - High-level API for Apache ZooKeeper.
- [Dropwizard Circuit Breaker](https://github.com/mtakaki/dropwizard-circuitbreaker) - Circuit breaker design pattern for Dropwizard.
- [Failsafe](https://github.com/failsafe-lib/failsafe) - Simple failure handling with retries and circuit breakers.
- [Fuse](https://github.com/FrodyGr/Fuse) - Ultra lightweight zero-dependency Circuit Breaker for Java microservices based on lock-free CAS.
- [Hazelcast](https://github.com/hazelcast/hazelcast) - Highly scalable in-memory datagrid with a free open-source version.
- [JGroups](https://github.com/belaban/JGroups) - Toolkit for reliable messaging and cluster creation.
- [resilience4j](https://github.com/resilience4j/resilience4j) - Functional fault tolerance library.
Expand Down
Loading