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
From what I understand failureMode=true is what other clients call failover=false in the sense that if failure mode is on, the client does not failover to other servers but marks the failed server as dead until it come back up. This is confusing.
In the short term this should be documented. In the long term a configuration like builder.setFailover(true) could be added that sets failureMode=false.
@killme2008 If you don't mind I will submit a PR with some documentation.
The text was updated successfully, but these errors were encountered:
From what I understand
failureMode=true
is what other clients callfailover=false
in the sense that if failure mode is on, the client does not failover to other servers but marks the failed server as dead until it come back up. This is confusing.In the short term this should be documented. In the long term a configuration like
builder.setFailover(true)
could be added that setsfailureMode=false
.@killme2008 If you don't mind I will submit a PR with some documentation.
The text was updated successfully, but these errors were encountered: