-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Description
Is your feature request related to a problem? Please describe.
When migrating our integrations from ribbon to loadbalancer, we faced with an issue there is not possibility to configure spring.cloud.loadbalancer properties per client basis. Current LoadBalancerProperties gives an ability to configure loadbalancing for the whole application. In case application is integrated with multiple clients -- this is an issue.
Describe the solution you'd like
We would like to have an ability to configure spring.cloud.loadbalancer per client as it was previously done in ribbon.
Describe alternatives you've considered
There is no way to set specific properties for specific client.
mrozk, Fameing, RomanCht, Ferioney and shsrams