-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dynamic_modules: HTTP filter config implementation (#37070)
Commit Message: dynamic_modules: HTTP filter config implementation Additional Description: This expands the ABI for HTTP filter configurations. Especially this adds two even hooks coupled with the life cycle of HTTP filter config handled in the main thread. The key idea is to do the direct pointer (context) passing between the boundary; This allows us to avoid maintaining IDs and global mapping state, which makes it easier to test as well as it has benefit in terms of performance. E.g. there's no need to look up "contexts" on each event hook entry. The next follow-up PR will add per-stream event hooks (filter implementation). After the event hooks are done, module->Envoy functions will be added (e.g. accessing headers, etc.) Risk Level: low Testing: done Docs Changes: n/a Release Notes: n/a Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: Takeshi Yoneda <[email protected]>
- Loading branch information
Showing
20 changed files
with
544 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.