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
Round-Robin - distributes requests evenly among all available servers. Pick-First - always selects the first available address, but does not switch to higher priority addresses if they become available after the initial connection.
In config file addresses order by priority, (0, 1, 2, ...).
Always selected the first available server with highest priority.
Automation switching to higher priority addresses if they become available after the initial connection.
Big Picture
Round-Robin - distributes requests evenly among all available servers.
Pick-First - always selects the first available address, but does not switch to higher priority addresses if they become available after the initial connection.
In config file addresses order by priority, (0, 1, 2, ...).
Always selected the first available server with highest priority.
Automation switching to higher priority addresses if they become available after the initial connection.
References
The text was updated successfully, but these errors were encountered: