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
extproc: pick random backend when multiple unweighted ones (#402)
**Commit Message**
Right now if there are multiple, unweighted `backendRefs` in a
[AIGatewayRouteRule], the first one is always returned. The correct
behavior is to return a random one since they're essentially all
weighted the same.
[AIGatewayRouteRule]:
https://envoy-ai-gateway.netlify.app/docs/api/#aigatewayrouterule
**Related Issues/PRs (if applicable)**
contributes to #53
Signed-off-by: David Xia <[email protected]>
0 commit comments