vert-x3 / vertx-awesome

A curated list of awesome Vert.x resources, libraries, and other nice things.

Home Page:https://github.com/vert-x3/vertx-awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add failsafe.dev

magicprinc opened this issue · comments

It is much beyond my abilities to make a proper Pull Request to this repository :-(

I suggest you to add directly after [Resilience4j], its modern zero-dependency alternative "Failsafe" with a Vert.x integration example:

* [Failsafe](https://failsafe.dev/) - Failsafe is a lightweight, *zero-dependency* library for handling failures in Java 8+. Concise API. Integration with libraries that use their own schedulers for async executions, such as Akka or Vert.x. [Vert.x example](https://github.com/failsafe-lib/failsafe/blob/master/examples/src/main/java/dev/failsafe/examples/VertxExample.java)

OR as commit

Closed in #184 , thanks