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

Automatic Circuit Breaking #6

Open
ChuckJonas opened this issue Jan 12, 2023 · 0 comments
Open

Automatic Circuit Breaking #6

ChuckJonas opened this issue Jan 12, 2023 · 0 comments
Labels

Comments

@ChuckJonas
Copy link
Contributor

ChuckJonas commented Jan 12, 2023

Possible Approach:

  • Add method to MessageRelayContext to "trip the breaker" open
  • Once tripped, messages would no longer be sent for that subscription for a specified amount of time. Do we need to support breaking all subscriptions for a given app?
  • Where can the breaker state be stored? Platform Cache?

TODO: Look at other circuit breaker implementations for API guidance before committing to design

@ChuckJonas ChuckJonas added the v2 label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant