Skip to content

Commit

Permalink
First version of the Resilience4j howto
Browse files Browse the repository at this point in the history
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
Ladicek committed Jul 13, 2023
1 parent 819a006 commit c4324a2
Show file tree
Hide file tree
Showing 23 changed files with 1,693 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install JDK 11
- name: Install JDK 17
uses: AdoptOpenJDK/install-jdk@v1
with:
version: 11
version: 17
- name: Run builds
run: ./.run.builds.sh
- name: Setup Ruby
Expand Down
Loading

0 comments on commit c4324a2

Please sign in to comment.