Add a fail-fast behavior to the http client to protect the target API service. - This should be able to disable with noCircuitBreaker option. - Support using a custom circuit breaker with withCircuitBreaker(...)
Add a fail-fast behavior to the http client to protect the target API service.