Any plan for linkerd2-proxy to support WASM? #9723
Unanswered
ElvinEfendi
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Hi @ElvinEfendi! I think the answer is yes, at the macro level we're open to it, but there are a lot of details to sort out and a whole roadmap of other features clamoring for our attention. Certainly open to a discussion though! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Envoy implements WASM support as per https://github.com/proxy-wasm/spec, would you consider similar feature in linkerd2-proxy?
There are scenarios where we need to do custom logic at the routing layer that might not make sense to be part of the proxy's core. For example, at my company, in certain cases, we look at pretty much every HTTP request attribute (host, path, header, cookie) and communicate with an external service to implement dynamic routing. That logic probably does not make sense to be part of linkerd2-proxy's core.
If there's an interest, we would also be interested in collaborating in implementing this.
Beta Was this translation helpful? Give feedback.
All reactions