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

Support for Circuit Breakers like Hystrix and Resilience4J #17

Open
kdavisk6 opened this issue May 16, 2019 · 0 comments
Open

Support for Circuit Breakers like Hystrix and Resilience4J #17

kdavisk6 opened this issue May 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@kdavisk6
Copy link
Member

Feign currently supports Hystrix only. This support is widely used and mature and I would like to see it added to FeignX.

When doing so, we should consider creating a general abstraction for these types of extensions so users can choose between any Circuit Breaker implementation. At a minimum, we should consider not only Hystrix, but also Resilience4J, due to Hystrix's current status.

@kdavisk6 kdavisk6 added the enhancement New feature or request label May 16, 2019
@kdavisk6 kdavisk6 changed the title Add support for Circuit Breakers like Hystrix and Resilience4J Support for Circuit Breakers like Hystrix and Resilience4J May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant