Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Resilience4j to control external services #10

Open
ppodgorsek opened this issue Mar 28, 2020 · 0 comments
Open

Use Resilience4j to control external services #10

ppodgorsek opened this issue Mar 28, 2020 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@ppodgorsek
Copy link
Owner

As Hystrix is now deprecated, Resilience4j will allow to have a better control over external services.

This task is to include the library and to configure the Resilience4j aspects to automatically process the following annotations on Spring beans:

  • @CircuitBreaker
  • @RateLimiter
  • @TimeLimiter

The README should also indicate how to use those annotations.

@ppodgorsek ppodgorsek added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 28, 2020
@ppodgorsek ppodgorsek self-assigned this Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant