Skip to content

Context data (MDC) #29

@Yaytay

Description

@Yaytay

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions