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
## Adding support for multiple gateway-api RequestMirror filters within the same HTTP or GRPC rule
2
+
3
+
Currently, Contour supports a single RequestMirror filter per rule in HTTPRoute or GRPCRoute.
4
+
Envoy however, supports more than one mirror backend using [request_mirror_policies](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#config-route-v3-routeaction)
5
+
6
+
This PR adds support for multiple gateway-api RequestMirror filters within the same HTTP or GRPC rule.
0 commit comments