-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I have had issues in the past with it being impossible to get context data from the Vert.x side once in the Resteasy side when implementing a JAX-RS server inside a Vert.x router.
The crux of this was that the Vert.x context is handled by thread-local variables, but the JAX-RS execution does not take place in a Vert.x thread.
The specific use case is taking the Open Tracing data that Vert.x has extracted and making it available to slf4j as MDC.
Does this new implementation have anything that would make this more achievable?
If not, would be open to a PR to enable something to get through?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels