-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add Failsafe #30
Comments
- Started working on spring-cloud-incubator/spring-cloud-circuitbreaker/spring-cloud#30
An open - design - question. Failsafe supports both retry policies and circuit breakers. While both The reactive challenge is related to an overlap between reactive operators (
The
Guidance would be appreciated. |
@kubamarchwicki I think option 3 is the approach to take. There is no reactive implementation for Spring Retry either so we just implemented the non-reactive apis. |
Fair enough. So I think we are good to go here, except for some documentation (I'll add it as well). I've started baking reactive implementation but in another branch |
this is a lovely idea! we have been using failsafe for a lot of time and it has been great. I will try to get on par with the existing code base and may be implement this one. |
There is another
Failure handling and resilience patterns for the JVM
- Failsafe, I would like to help to make a implementation based on it.The text was updated successfully, but these errors were encountered: