If a client is configured with a `@CircuitBreaker`, does it keep using the same connection to do the...
m
If a client is configured with a
@CircuitBreaker
, does it keep using the same connection to do the retry attempts, or will it try and establish a new connection?