Is there any way to run workflow with specific traceparent?
My application listens to events from kafka and then runs workflows. There is a traceparent in the event payload. I want to start workflow and see the full trace in jaeger. How can I do it?
Is there any way to run workflow with specific traceparent?
My application listens to events from kafka and then runs workflows. There is a traceparent in the event payload. I want to start workflow and see the full trace in jaeger. How can I do it?
any ideas?
Hi @themestl
I think you can use “context propagation” for this , there is an example here samples-go/ctxpropagation at main · temporalio/samples-go · GitHub
Let me know if it helps,
Antonio