proxy-wasm-rust-sdk
proxy-wasm-rust-sdk copied to clipboard
Post-request processing
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.