You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit deprecates `ConfigBuilder#withRoutingFailureLimit()` and
`ConfigBuilder#withRoutingRetryDelay()` methods because they are now obsolete.
They were initially introduced to postpone failure when no routers are
available. Currently there exists a better way of doing this with transaction
functions (`Session#readTransaction()` and `Session@writeTransaction()`).
Driver also memorizes the seed URI and falls back to it during rediscovery
when all other routers are dead.
0 commit comments