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
Commit Message: api: add hash policy to hash lb configuration
Additional Description:
> Now, the hash policy (header, cookie, source ip, etc.) is part of the
route entry. But in actual practices, almost all well known control
planes (istio, gloo, envoy gateway, etc) make the hash policy be part of
upstream configurations (like destination rule of istio).
> Route level hash policy not only bring compleixty of control plane
developing, but make it's weird to configure multiple upstreams route
with these control plane.
> For example, given single route with two different upstreams that has
different hash policies in the control plane, how control plane convert
them to the envoy configuration?
Address [#39502](envoyproxy/envoy#39502)
Risk Level: low, api only.
Testing: n/a.
Docs Changes: n/a.
Release Notes: n/a.
Platform Specific Features: n/a.
---------
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ 68998d38e5b084aa2af657bba1bed873f9de270f
0 commit comments