proxy-wasm / proxy-wasm-rust-sdk

WebAssembly for Proxies (Rust SDK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post-request processing

aleksousa opened this issue · comments

Hello everyone. Based on the Envoy documentation, there are processes that run after request processing. Is there any way through wasm to execute something at this stage?

I tried to find a way to send metrics and information through a queue to a Wasm Service at the end of request processing, in an attempt to not impact the response time, but I couldn't find it. Is this possible?

Thank you in advance.

You could do it in the on_log callback.