Open
Description
Title: envoy/config/route/v3.Route.NonForwardingAction for golang filters
Description:
I'm trying to implement a client directly into a golang filter here:
https://github.com/go-orb/envoy/blob/main/orbproxy/filter.go
My direct_response hack doesn't work as this skips DecodeData() for the golang filter.
Hack: https://github.com/go-orb/envoy/blob/main/examples/helloworld/envoy.yaml#L46
So I wish this to be implemented:
https://github.com/envoyproxy/envoy/blob/main/api/envoy/config/route/v3/route_components.proto#L284