davsclaus commented on code in PR #15163: URL: https://github.com/apache/camel/pull/15163#discussion_r1721214721
########## core/camel-api/src/main/java/org/apache/camel/Exchange.java: ########## @@ -67,6 +67,7 @@ @ConstantProvider("org.apache.camel.ExchangeConstantProvider") public interface Exchange extends VariableAware { + String ACTIVE_SPAN = "OpenTracing.activeSpan"; Review Comment: This key is also used in `core/camel-support/src/main/java/org/apache/camel/saga/InMemorySagaCoordinator.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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org