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

airframe-http-client: Add CircuitBreaker to http requests #874

Closed
xerial opened this issue Jan 1, 2020 · 1 comment
Closed

airframe-http-client: Add CircuitBreaker to http requests #874

xerial opened this issue Jan 1, 2020 · 1 comment
Assignees
Milestone

Comments

@xerial
Copy link
Member

xerial commented Jan 1, 2020

Add a fail-fast behavior to the http client to protect the target API service.

  • This should be able to disable with noCircuitBreaker option.
  • Support using a custom circuit breaker with withCircuitBreaker(...)
@xerial xerial added this to the Airframe 20 milestone Jan 1, 2020
@xerial xerial mentioned this issue Jan 1, 2020
76 tasks
@xerial xerial mentioned this issue Dec 4, 2020
90 tasks
@xerial xerial modified the milestones: Airframe 20, Airframe 21 Dec 4, 2020
@xerial xerial self-assigned this Mar 4, 2021
xerial added a commit that referenced this issue May 26, 2022
@xerial xerial moved this to Backlog in Airframe Roadmap May 26, 2022
xerial added a commit that referenced this issue May 26, 2022
)

- Add Java11 http client airframe-http #1543
- Using standard request/response methods in airframe-http:n #2167
- Add circuit breaker #874
@xerial xerial moved this from Backlog to Planned in Airframe Roadmap May 27, 2022
@xerial xerial moved this from Planned to In Progress in Airframe Roadmap May 27, 2022
@xerial
Copy link
Member Author

xerial commented May 27, 2022

This is done in #2190.

@xerial xerial closed this as completed May 27, 2022
Repository owner moved this from In Progress to Done in Airframe Roadmap May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant