chiochuan commented on code in PR #7986:
URL: https://github.com/apache/camel/pull/7986#discussion_r921455535
##########
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:
for this case, do you thing is just feasible if we just copy all the
properties from old exchange to new exchange?
--
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]