squbs icon indicating copy to clipboard operation
squbs copied to clipboard

Cache client name & configuration combination instead of running the client setup again

Open anilgursel opened this issue 8 years ago • 0 comments

ClientFlow should return cached flow if called with the same name and configuration.

This would also let us re-write the test it should "share the circuit breaker state across multiple flows" in { in ClientFlowCircuitBreakerSpec without passing CircuitBreakerSettings. It will by default use the same CircuitBreakerState.

anilgursel avatar Apr 04 '17 17:04 anilgursel