You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Possible Approach:
MessageRelayContext
to "trip the breaker" openTODO: Look at other circuit breaker implementations for API guidance before committing to design
The text was updated successfully, but these errors were encountered: