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

Introduce Resilience #11

Open
torrespro opened this issue Aug 20, 2020 · 0 comments
Open

Introduce Resilience #11

torrespro opened this issue Aug 20, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@torrespro
Copy link
Contributor

Introduce a circuit breaker can be used to minimize the damage of the most common error situations:

  • Microservices that start to respond slowly or not at all
  • Requests that randomly fail from time to time, for example, due to temporary network problems

Introducing, for example, we can use for example Resilience4j circuit breaker and retry mechanism

Tasks:

  • Adding a circuit breaker and retry mechanism to the source code
  • Trying out the circuit breaker and retry mechanism
@torrespro torrespro added enhancement New feature or request help wanted Extra attention is needed labels Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant