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

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

Re: How to split exception handling by route builder in one application?

2022-06-10 Thread Vyacheslav Boyko
Oh! It is definitely new page of Camel for me :) Many thanks! On 6/10/22 13:51, Claus Ibsen wrote: See route configuration https://camel.apache.org/manual/route-configuration.html On Fri, Jun 10, 2022 at 12:47 PM Vyacheslav Boyko wrote: Hi! According to docs I am able to handle

Re: How to split exception handling by route builder in one application?

2022-06-10 Thread Claus Ibsen
See route configuration https://camel.apache.org/manual/route-configuration.html On Fri, Jun 10, 2022 at 12:47 PM Vyacheslav Boyko wrote: > Hi! > > According to docs I am able to handle exception per route or per whole > routes. > 1) from(...).onException()... - is per route > 2)

How to split exception handling by route builder in one application?

2022-06-10 Thread Vyacheslav Boyko
Hi! According to docs I am able to handle exception per route or per whole routes. 1) from(...).onException()... - is per route 2) onException()... - is for whole routes But how to split exception handlers per RouteBuilder classes in one application? All my business logic is divided into

Re: Kafka RabbitMQ headers missing

2022-06-10 Thread Otavio Rodolfo Piske
Hello, What version of Camel are you referring to? Kind regards On Wed, Jun 8, 2022 at 3:53 PM Tundzaj Barov wrote: > Hallo, > > > > I’m trying to send a Kafka record to RabbitMQ with headers. I have added 2 > headers to the Kafka record see function below. > > > > public Boolean

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,

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

Re: Does camel-extra/firebase component works properly with the latest versions of Camel?

2022-06-10 Thread Jean-Baptiste Onofré
Hi I'm not sure about camel-firebase component. I updated camel-wmq to 3.15.x individually and most of the components, but I didn't test all components. Regards JB On Thu, Jun 9, 2022 at 10:54 AM Vyacheslav Boyko wrote: > > I've found this component on github > >