Popularity
7.9
Stable
Activity
5.4
Declining
4,098
96
292

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0
Tags: Miscellaneous    
Latest version: v3.3.0

failsafe alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view failsafe alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of failsafe or a related project?

Add another 'Miscellaneous' Library

README

Failsafe

Build Status Maven Central License JavaDoc Join the chat at https://gitter.im/jhalterman/failsafe

Failsafe is a lightweight, zero-dependency library for handling failures in Java 8+, with a concise API for handling everyday use cases and the flexibility to handle everything else. It works by wrapping executable logic with one or more resilience policies, which can be combined and composed as needed.

Policies include Retry, CircuitBreaker, RateLimiter, Timeout, Bulkhead, and Fallback. Additional modules include OkHttp and Retrofit.

Usage

Visit failsafe.dev for usage info, docs, and additional resources.

Contributing

Check out the contributing guidelines.

License

Copyright Jonathan Halterman and friends. Released under the Apache 2.0 license.


*Note that all licence references and agreements mentioned in the failsafe README section above are relevant to that project's source code only.