Skip to main content

Circuit Breaker Configuration Review

This architecture uses authored request records plus external HTTP and SQL dependencies. No maintained fixture starts those services or proves fallback behavior.

Before you adapt it

Resolve the example boundary before changing processors or destinations.

  • An Expanso environment for configuration inspection
  • HTTP and SQL targets if you choose to adapt the external branches
  • Credentials, schemas, and timeout values supplied by your environment

Review path

  1. HTTP call and catch
  2. SQL call and catch
  3. Fallback chain
  4. Advanced variants

Then inspect the Complete reference configuration.

Adaptation checks

  • Confirm each processor exists in your target Expanso version.
  • Replace authored endpoints and credentials with environment-managed values.
  • Define observable behavior for timeout, retry exhaustion, fallback failure, and replay before deployment.

This route is a configuration review, not a verified execution guide.