Open
Description
Hi, my use case looks like this:
service-A with dd-agent makes a request to 3rd party system-B, and system-B then produces the event, that my Kafka consumer will consume. However, there is no option for how I may inject the dd agent into the system B, my trace hierarchy breaks. I though maybe I could send the trace-id of the parent trace from service-A in the body of the kafka event, but how then I will set it as the parent trace_id in consumer?
Is there any option to propagate span context from service-A to the consumer, though that system-B doesn't inject dd-agent?