Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-request processing #204

Open
aleksousa opened this issue Jul 25, 2023 · 1 comment
Open

Post-request processing #204

aleksousa opened this issue Jul 25, 2023 · 1 comment

Comments

@aleksousa
Copy link

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.

@PiotrSikora
Copy link
Contributor

You could do it in the on_log callback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants