-
Notifications
You must be signed in to change notification settings - Fork 567
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
Refactor existing code to propagate context. #674
Comments
The expected stuff to find in the context (to be documented). Request context (coming from Web Server or gRPC Server or any other originating component):
Recommended usage of these:
|
Initial implementation for Web server and FT is done in #675 |
This task is finished - gRPC, FT, Jersey and security all use context propagating executor services or run tasks in context. |
Follow up issue for #596
Refactor existing implementations to make sure context is correct created and propagated when switching threads.
The text was updated successfully, but these errors were encountered: