If a client is configured with a `@CircuitBreaker`...
# micronaut
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?