-
Hi guys I wonder, is there any way to configure yarp proxy to handle loadbalancing route by weightage. Eg: If i have 2 destinations datacenter but because i have a different server spec then i need to set 60:40 request percentage. |
Beta Was this translation helpful? Give feedback.
Answered by
karelz
Aug 17, 2021
Replies: 1 comment
-
Triage: You can implement your own LoadBalancing via We plan to solve it in general post-1.0 -- see #393 and #395 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karelz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Triage: You can implement your own LoadBalancing via
ILoadBalancingPolicy
interface. Sample: https://microsoft.github.io/reverse-proxy/articles/load-balancing.html#extensibilityYou can also pass weights via Metadata to your LoadBalancer.
We plan to solve it in general post-1.0 -- see #393 and #395