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.
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.