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
Due to inconsistencies with the name of the least-connection loadbalancing algorithm, it is currently impossible to use least-connection as a per-route load-balancing algorithm.
Due to inconsistencies with the name of the
least-connection
loadbalancing algorithm, it is currently impossible to useleast-connection
as a per-route load-balancing algorithm.least-connection
least-connections
The result is that the API only accepts
least-connections
, but gorouter only knowsleast-connection
and falls back to the pool algorithm.This introduces errors in gorouter such as:
The text was updated successfully, but these errors were encountered: