Dingkang Li
Dingkang Li
@arkodg Do you think whether it's necessary to split this big PR to multiple small PRs for easier review ? Each small PR for single field in CTP.
As mentioned in https://github.com/envoyproxy/gateway/issues/1909#issuecomment-2126782250, Envoy in different zones may use same backend endpoint as different priority to reduce cross-zone cost. It's a required feature for production adoption. Does community have...
https://github.com/envoyproxy/gateway/issues/1909#issuecomment-2128073855 says: > thanks for outlining the steps @aoledk ! we currently have #3055 open to get explicit priority per backendRef and program that into the xds cluster resource. >...
@arkodg Can we add a new xDS Hook API, like `PostEndpointModify(ClusterLoadAssignment, Node)` which allow extension server to assign endpoint priority for individual envoy. Leave these tasks to EG adopters themselves.
> hey @aoledk thanks for driving this work, before we implement this, we as a community need to align on what the feature is, is it > > * Auto...
> sure this makes sense, we enable this by default if listener protocol is `TCP ` ? That should be an **opt-in** feature for `TCP` listener, because Envoy requires user...