Re: Camel-Saga is not maintain the tracing

2022-06-10 Thread Zheng Feng
Hi Chio Chuan, Feel free to raise a PR and I can take a look at it. Thanks, Zheng Feng On Sat, Jun 11, 2022 at 12:10 PM Chio Chuan Ooi wrote: > Hi Claus, > > Ticket https://issues.apache.org/jira/browse/CAMEL-18186 created for the > issue. > > I have some solution/workaround that I am doing lo

Re: Camel-Saga is not maintain the tracing

2022-06-10 Thread Chio Chuan Ooi
Hi Claus, Ticket https://issues.apache.org/jira/browse/CAMEL-18186 created for the issue. I have some solution/workaround that I am doing locally which creates a map within the SagaCoordinator by the step. when finalizing the coordinator, the existing exchange is being copied instead creating a n

Re: Camel-Saga is not maintain the tracing

2022-06-10 Thread Claus Ibsen
Hi Ah yeah that is a good point to be able to use the existing trace to avoid creating a new. You are welcome to create a JIRA and if you can try to find a solution and send a PR On Fri, Jun 10, 2022 at 10:05 AM Chio Chuan Ooi wrote: > Hi All, > > I using camel saga pattern with opentracing, bu

Camel-Saga is not maintain the tracing

2022-06-10 Thread Chio Chuan Ooi
Hi All, I using camel saga pattern with opentracing, but notice that when compensation or completion is being done, it creating a new trace. while reading on the code, i notice that that is due to new exchange is being created during compensation/completion. is that anyway to copy the exchange in