xds: HTTP Filters on Client Side should be instantiated per Route #4639
Labels
Area: xDS
Includes everything xDS related, including LB policies used with xDS.
P2
Type: Performance
Performance improvements (CPU, network, memory, etc)
Currently, the ServiceConfig builds the list of HTTP Filters for each RPC. Rather than instantiate per RPC, we should do it once (per route), and run each RPC through the already instantiated filters once matched to a route.
The text was updated successfully, but these errors were encountered: