-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Context propagation with automatic ThreadLocals restoration (#3335)
Adds a few primitives necessary for propagating reactor `Context` to `ThreadLocal`s using the context-propagation library. It adds the following primitives: * dedicated `Scheduler` task wrapping * dedicated global `Queue` wrapper * dedicated alternative to `FluxContextWrite` and `MonoContextWrite` operators All of these use the context restoration mechanism from context-propagation.
- Loading branch information
Showing
11 changed files
with
1,021 additions
and
14 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
Oops, something went wrong.