Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First version of the Resilience4j howto
Included are Vert.x wrappers for all Resilience4j fault tolerance strategies (bulkhead, circuit breaker, rate limiter, retry, time limiter; cache is ignored) and a simple example of using a circuit breaker. Tests for the Vert.x wrappers mirror the Resilience4j tests for decorating or executing a `Supplier<CompletionStage<T>>`.
- Loading branch information