core icon indicating copy to clipboard operation
core copied to clipboard

[controller-utils] Improve service policy circuit breaker error

Open Gudahtt opened this issue 5 months ago • 0 comments

The error thrown when the service policy circuit breaks is not expressive enough. The error does not indicate which service failed.

We should augment the error (e.g. catch and re-throw) to include some identifying information about the service. For example, in the case of the RPC service we should include the RPC hostname or network config ID.

Gudahtt avatar May 23 '25 19:05 Gudahtt