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

[Feature request]: Implement circuit breakers to manage endpoint failure #1926

Open
subomi opened this issue Feb 12, 2024 · 2 comments
Open

Comments

@subomi
Copy link
Collaborator

subomi commented Feb 12, 2024

Is your feature request related to a problem? Please describe.

We currently don't have a good solution to manage consistent endpoint failure. If an endpoint fails today, it'll continue to clog the queue, affecting other available endpoints.

Describe the solution you'd like

Implement the circuit breaker algorithm to prevent sending events to failing endpoints.

Copy link

linear bot commented Feb 12, 2024

@olamilekan000
Copy link
Contributor

Hi, can you give more context on how this can be reproduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants