Hi,
I have below scenario to load balance between two servers (let's call it target A and target B) based on weightage algorithm.
1. Both the servers have different target endpoints.
Server A: https://serverA/path-A/orders
Server B: http://serverB/path-B/orders
I have created two proxies OrdersA (corresponding to Server A) and OrdersB (corresponding to Server B).
2. Also, server A is https and server B supports only http.
3. I have created a API proxy Orders which has to load balance between the proxies OrdersA and OrdersB using weighted algorithm.
I have gone through the response posted by dchiesa1 on 12-02-2022 10:55 AM. But, I am not sure how to load balance between the two API proxies (one corresponding to each of A and B) using weighted algorithm.
Please let me know how to resolve this issue.
Thanks,
Raj