quarkiverse / quarkus-temporal

Temporal (https://temporal.io/) is a developer-first, open source platform that ensures the successful execution of services and applications.
https://docs.quarkiverse.io/quarkus-temporal/dev
Apache License 2.0
3 stars 1 forks source link

WorkflowClient: Add MDCContextPropagator #68

Closed melloware closed 3 weeks ago

melloware commented 3 weeks ago

For propagating the MDC log context between workflow activities.

rmanibus commented 3 weeks ago

this thread might contain useful info:

https://community.temporal.io/t/usage-of-contextpropagator-in-java-sdk/1152/3

melloware commented 3 weeks ago

yep in my demo i am working on with @tmulle he uses a Context Propagator but it needs to be plugged into the Client Options so the PR will allow us to do that.