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 issue is about adding failover support for client-v2. It should implement support of adding several endpoint that support same level of security (if first added endpoint is SSL and next ones should be, too) and all endpoint will use same configurations including credentials. Client will choose another node when "recoverable" error happens and will re-send request.
There are some limitations:
Failover will be triggered when request is read only or failed on the start
Each endpoint will use shared configuration
The text was updated successfully, but these errors were encountered:
Description
This issue is about adding failover support for client-v2. It should implement support of adding several endpoint that support same level of security (if first added endpoint is SSL and next ones should be, too) and all endpoint will use same configurations including credentials. Client will choose another node when "recoverable" error happens and will re-send request.
There are some limitations:
The text was updated successfully, but these errors were encountered: