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
load_balancing: add a fallback to token-aware policy
Fallback load balancing plan is chained to the primary plan. Generating
this fallback is realized with a `plan` method of token-aware's child
policy (instead of `apply_child_policy`). It was done to avoid
unnecessary `Arc` cloning required to construct `plan` parameter for
`apply_child_policy()`.
0 commit comments