-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Tracking Issue for Dynamic Modules #38392
Comments
Do you mean that in this situation, dynamic modules would be using arbitrary HTTP clients? We use proxy-wasm filters today to make outbound HTTP requests, and it's nice that those use Envoy clusters, because they get the same configuration, connection pooling, service discovery, statistics, etc that the rest of Envoy has. |
yeah i guess that makes sense - thank you for clarifying @isker. Let's add the envoy-managed callouts just like Lua and Wasm |
As part of P1 or P2 is there any desire to make a per route message for this filter? I've been playing around with the filter and would love to be able to get its configuration a bit more granular. |
yeah sure, indeed i expected that someone will request for it. happy to review! |
I will dedicate this is the tracking issue for the dynamic module feature. The description here will be updated as we make progress.
This issue will serve as a central place for tracking the progress as well as the feature requests, etc.
General Status
The minimal version has been merged and available on the main branch to be released in 1.34 in April 2025.
P0 (Before v1.34)
P1 (nice to have in v1.34)
--export-dynamic
so I suspect that the loading is not working right now. Since we are not running tests at all right now, I would like to add//test/extensions/dynamic_modules/http:filter_test
there and fix the linker stuff accordingly.Other outstanding items / Open questions
The text was updated successfully, but these errors were encountered: