2020-07-20 06:04:09 UTC - Emmanuel Marchand (eXenSa): Hi, I opened an issue on the subject : <https://github.com/apache/pulsar/issues/7580> Thanks for answering. ---- 2020-07-20 07:28:44 UTC - Daniel Ciocirlan: Hello, after a broker fails, we can see in the logs for some time errors like this : ```Could not get connection to broker: org.apache.pulsar.client.api.PulsarClientException$LookupException: org.apache.pulsar.client.api.PulsarClientException: java.util.concurrent.CompletionException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /10.100.35.39:6651 -- Will try again in 0.198 s``` Is there any way to remove the failing broker from the pool faster so the JAVA client does not try to connect to it ? Or to configure the retry times till this is removed ? ----
