thomas-gantenbein-tga commented on PR #16386:
URL: https://github.com/apache/camel/pull/16386#issuecomment-2505814142

   Thanks a lot @squakez.
   
   By the way:
   > Context propagation is not trivial, and when done incorrectly can lead to 
broken traces or even mixed traces. 
   (from 
https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-context/latest/io/opentelemetry/context/Context.html)
   
   Couldn't agree more 😄 
   
   I also tried this: 
   > We provide a debug mechanism for context propagation, which can be enabled 
by setting -Dio.opentelemetry.context.enableStrictContext=true in your JVM 
args. This will enable a strict checker that makes sure that Scopes are closed 
on the correct thread and that they are not garbage collected before being 
closed.
   
   I didn't observe that this changed the behaviour, though.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to