Open
Description
Java client recently introduced automatic connection recovery retries as on opt-in feature. They are useful in scenarios where recovery happens concurrently to other client activity in a way that can trip recovery up.
It would be nice to do the same in this client.
Related to #487.