zhfeng commented on code in PR #7986: URL: https://github.com/apache/camel/pull/7986#discussion_r916884986
########## core/camel-support/src/main/java/org/apache/camel/saga/InMemorySagaCoordinator.java: ########## @@ -229,4 +235,11 @@ private <T> List<T> reversed(List<T> list) { Collections.reverse(reversed); return reversed; } + + private void copyTrace(Exchange exchange, Exchange previousExchange) { + SpanAdapter span = ActiveSpanManager.getSpan(previousExchange); Review Comment: I belive that `SpanAdapter` and `ActiveSpanManager` are in `camel-tracing` which can not be used here. -- 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