Optional ReadonlyinitialInitial delay in milliseconds before the first reconnect attempt (default: 250).
Optional ReadonlymaxMaximum delay in milliseconds between reconnect attempts (default: 30000).
Optional ReadonlymaxMaximum number of reconnection attempts per dead connection (default: 5).
Optional ReadonlymultiplierBackoff multiplier applied after each failed attempt (default: 2).
Opt-in auto-reconnection strategy.
When enabled, the connection pool will attempt to replace dead connections in the background using exponential backoff. Disabled by default per the explicit resource lifecycle principle.