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
I am testing the HttpRoute. I config BackendRefs with different weights(backend0 weight = 99 and backend1 weight = 1).
I sent thousands of requests and found that backend0 and backend1 received roughly the same number of requests.
I obtained the cluster configuration by admin API (/clusters?format=json). The clusters configuration shows that backend0 and backend1 have the same weight=1.
I am testing the HttpRoute. I config BackendRefs with different weights(backend0 weight = 99 and backend1 weight = 1).
I sent thousands of requests and found that backend0 and backend1 received roughly the same number of requests.
I obtained the cluster configuration by admin API (/clusters?format=json). The clusters configuration shows that backend0 and backend1 have the same weight=1.
This is my httpRoute:
This is my clusters config:
The text was updated successfully, but these errors were encountered: