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 implementing load balancing between different endpoints. They should have same level of security and they will share configuration. Some http clients have own connection pool so they do load balancing in some way already. Client would need to abstract clients for each endpoint as cluster and do requests based on selected algorithm.
The text was updated successfully, but these errors were encountered:
Description
This issue is about implementing load balancing between different endpoints. They should have same level of security and they will share configuration. Some http clients have own connection pool so they do load balancing in some way already. Client would need to abstract clients for each endpoint as cluster and do requests based on selected algorithm.
The text was updated successfully, but these errors were encountered: