Skip to content
Merged
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 @@ -395,6 +395,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) - Circuit breaker for Java microservices with zero runtime dependencies and 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