Skip to content

Closes #18211: Enable dynamic registration of request processors #18212

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

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

jeremystretch
Copy link
Member

@jeremystretch jeremystretch commented Dec 11, 2024

Fixes: #18211

  • Enable registration of request processors in the application registry
  • Adapt CoreMiddleware to apply all registered request processors

Thanks to @arthanson for knocking out some of the preliminary work here in PR #18137.

@jeremystretch jeremystretch merged commit 8e427e5 into develop Dec 12, 2024
3 checks passed
@jeremystretch jeremystretch deleted the 18211-request-processor-registration branch December 12, 2024 13:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable the dynamic registration of context managers for request processing (i.e. event_tracking())
2 participants