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
Update the mediator pattern implementation to use a shared instance of the circuit breaker, based on the type of operation. Currently, the mediator may create multiple circuit breaker instances. This can lead to unnecessary duplication and inconsistent failure handling.