squakez commented on issue #7801: URL: https://github.com/apache/camel-quarkus/issues/7801#issuecomment-3473317791
I think we have an e2e test covering the context propagation scenario [1]. The point is that, since we do not longer rely on thread context propagation, as it happened in the previous implementation, any consumer should instead use the "traceparent" to link to the upstream trace. Next week I'll dedicate some time taking the example provided above to further analyze this problem. [1] https://github.com/apache/camel/blob/main/components/camel-opentelemetry2/src/test/java/org/apache/camel/opentelemetry2/SpanPropagationTest.java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
