failsafe-clj / failsafe-clj

Fault tolerance and resilience patterns for Clojure

Home Page:https://failsafe-clj.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failsafe-clj

Build Status Maven Central License Slack JavaDoc

Failsafe-clj aimes to provide full functionality of Failsafe in Clojure. It is a lightweight library for handling failures, 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.

Usage

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

Contributing

Check out the contributing guidelines.

License

Copyright Vlad Nabatov and friends. Released under the EPL 2.0 license.

About

Fault tolerance and resilience patterns for Clojure

https://failsafe-clj.dev

License:Apache License 2.0