proxy-wasm-rust-sdk icon indicating copy to clipboard operation
proxy-wasm-rust-sdk copied to clipboard

Post-request processing

Open aleksousa opened this issue 2 years ago • 1 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.

aleksousa avatar Jul 25 '23 19:07 aleksousa

You could do it in the on_log callback.

PiotrSikora avatar Jul 25 '23 20:07 PiotrSikora