1 min readMay 30, 2019
Hi Lawrence,
As of today, you need to statically compile your filter (written in C++) with Envoy. Another option is to create a Lua filter as explained at https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/lua_filter. You can create an issue on the Envoy repository if you’re interested in support for other languages.
Thanks,
Venil