Need information on Camel Saga service

2024-02-21 Thread Time pass
Hi,

I am planning to use the camel saga service in my application which is to
be deployed in production. I know camel saga service internally uses
Narayana LRA implementation. So the Narayana coordinator needs to be
started up before using with camel saga service. I was wondering that to
achieve high availability for my overall application microservices which
will be using camel saga how can I manage the deployments of LRA
coordinator as POD in my aws eks environment where my application is to be
deployed and all the microservices would also be deployed in the same name
space in aws eks.

Do you have any image of Narayana LRA coordinator which can be used in aws
eks for deployment. Also how can I achieve the persistence of lra
coordinator internal data as PODs are ephemerals and LRA coordinator
requires this data to maintain the state of saga participants services.

Please help. Thanks!

Regards,
Deepak


Re: How to set custom header(s) on message sent to Azure Service Bus

2024-02-21 Thread Andrea Cosentino
To clarify:
there is no plan to backport bug fix or new features to Java 8 based Camel 
releases.
--Andrea Cosentino --Apache Camel PMC 
ChairApache Karaf CommitterApache Servicemix PMC MemberEmail: 
ancosen1985@yahoo.comTwitter: @oscerd2Github: oscerd 

On Wednesday, February 21, 2024 at 11:43:31 AM GMT+1, Andrea Cosentino 
 wrote:  
 
 It turns out that the correlationId was supported only as consumer header.
I created CAMEL-20444 and opened this PR 
https://github.com/apache/camel/pull/13237
For the backport, I see you're using 3.14.10, but 3.14.x won't take any new 
release, at least this could be backported to 3.21.x or 3.22.x, but those 
releases are JDK 11.
There is now plan to backport any feature or bug fix to Java 8 Camel releases 
now.
--Andrea Cosentino --Apache Camel PMC 
ChairApache Karaf CommitterApache Servicemix PMC MemberEmail: 
ancosen1985@yahoo.comTwitter: @oscerd2Github: oscerd 

On Tuesday, February 20, 2024 at 08:08:45 PM GMT+1, Shultz, Dmitry 
 wrote:  
 
 When I test it using Quarkus (camel-azure-servicebus 4.3.0) I can see the 
CamelAzureServiceBusApplicationProperties map is preserved (I see the values on 
the receive side), but CamelAzureServiceBusCorrelationId is still null (setting 
CamelAzureServiceBusApplicationProperties and CamelAzureServiceBusCorrelationId 
at the same time).

In case there would be a fix for the CamelAzureServiceBusCorrelationId, how 
likely that is would be ported to the Java 8 Camel?

From: Andrea Cosentino 
Sent: Tuesday, February 20, 2024 9:45 AM
To: Shultz, Dmitry 
Cc: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

I can try to have a look, but probably with Camel 4. x. Can you double check if 
with 4. 0. 4 or 4. 4. 0 is still the case? Il giorno mar 20 feb 2024 alle ore 
18: 11 Shultz, Dmitry  ha scritto: Yes, I followed 
this
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd
I can try to have a look, but probably with Camel 4.x.

Can you double check if with 4.0.4 or 4.4.0 is still the case?

Il giorno mar 20 feb 2024 alle ore 18:11 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha scritto:
Yes, I followed this code https://stackoverflow.com/a/73886983 
[stackoverflow.com]
 and nothing ended up being set.
Also, as I said setting the ServiceBusConstants.CORRELATION_ID has no effect 
when checked at the destination.


From: Andrea Cosentino mailto:anco...@gmail.com>>
Sent: Tuesday, February 20, 2024 3:17 AM
To: Shultz, Dmitry mailto:dmitry_shu...@kaltire.com>>
Cc: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

I find some time this morning and sorry for the long delay. Did you had a look 
at the ServiceBusConstants. APPLICATION_PROPERTIES? They are meant for this 
purpose. Il giorno ven 9 feb 2024 alle ore 21: 20 Shultz, Dmitry 

ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd
I find some time this morning and sorry for the long delay.

Did you had a look at the ServiceBusConstants.APPLICATION_PROPERTIES?

They are meant for this purpose.

Il giorno ven 9 feb 2024 alle ore 21:20 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha scritto:
Next week would be awesome! Thanks Andrea.

From: Andrea Cosentino mailto:anco...@gmail.com>>
Sent: Friday, February 9, 2024 11:06 AM
To: Shultz, Dmitry mailto:dmitry_shu...@kaltire.com>>
Cc: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

Sorry, i still have to look at this. I hope to find some time next week. Il ven 
9 feb 2024, 19: 47 Shultz, Dmitry  ha scritto: Hi 
Andrea, Thanks for getting back to me! JFYI, I’m trying to set the 
ServiceBusConstants. CORRELATION_ID
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd
Sorry, i still have to look at this.

I hope to find some time next week.

Il ven 9 feb 2024, 19:47 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha scritto:
Hi Andrea,

Thanks for getting back to me!

JFYI, I’m trying to set the ServiceBusConstants.CORRELATION_ID header on the 
exchange before sending it to service bus and it doesn’t do anything (no 
correlationId on the receiving side) as well. Looks like all the headers being 
reset by something.

Dmitry

From: Andrea Cosentino mailto:anco...@gmail.com>>
Sent: Wednesday, January 17, 2024 10:18 AM
To: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

I'll try to check tomorrow and get back to you. Sorry for the late reply Il mer 
17 gen 2024, 19: 08 Shultz, Dmitry  ha scritto: > 
Have 

Re: How to set custom header(s) on message sent to Azure Service Bus

2024-02-21 Thread Andrea Cosentino
It turns out that the correlationId was supported only as consumer header.
I created CAMEL-20444 and opened this PR 
https://github.com/apache/camel/pull/13237
For the backport, I see you're using 3.14.10, but 3.14.x won't take any new 
release, at least this could be backported to 3.21.x or 3.22.x, but those 
releases are JDK 11.
There is now plan to backport any feature or bug fix to Java 8 Camel releases 
now.
--Andrea Cosentino --Apache Camel PMC 
ChairApache Karaf CommitterApache Servicemix PMC MemberEmail: 
ancosen1985@yahoo.comTwitter: @oscerd2Github: oscerd 

On Tuesday, February 20, 2024 at 08:08:45 PM GMT+1, Shultz, Dmitry 
 wrote:  
 
 When I test it using Quarkus (camel-azure-servicebus 4.3.0) I can see the 
CamelAzureServiceBusApplicationProperties map is preserved (I see the values on 
the receive side), but CamelAzureServiceBusCorrelationId is still null (setting 
CamelAzureServiceBusApplicationProperties and CamelAzureServiceBusCorrelationId 
at the same time).

In case there would be a fix for the CamelAzureServiceBusCorrelationId, how 
likely that is would be ported to the Java 8 Camel?

From: Andrea Cosentino 
Sent: Tuesday, February 20, 2024 9:45 AM
To: Shultz, Dmitry 
Cc: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

I can try to have a look, but probably with Camel 4. x. Can you double check if 
with 4. 0. 4 or 4. 4. 0 is still the case? Il giorno mar 20 feb 2024 alle ore 
18: 11 Shultz, Dmitry  ha scritto: Yes, I followed 
this
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd
I can try to have a look, but probably with Camel 4.x.

Can you double check if with 4.0.4 or 4.4.0 is still the case?

Il giorno mar 20 feb 2024 alle ore 18:11 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha scritto:
Yes, I followed this code https://stackoverflow.com/a/73886983 
[stackoverflow.com]
 and nothing ended up being set.
Also, as I said setting the ServiceBusConstants.CORRELATION_ID has no effect 
when checked at the destination.


From: Andrea Cosentino mailto:anco...@gmail.com>>
Sent: Tuesday, February 20, 2024 3:17 AM
To: Shultz, Dmitry mailto:dmitry_shu...@kaltire.com>>
Cc: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

I find some time this morning and sorry for the long delay. Did you had a look 
at the ServiceBusConstants. APPLICATION_PROPERTIES? They are meant for this 
purpose. Il giorno ven 9 feb 2024 alle ore 21: 20 Shultz, Dmitry 

ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd
I find some time this morning and sorry for the long delay.

Did you had a look at the ServiceBusConstants.APPLICATION_PROPERTIES?

They are meant for this purpose.

Il giorno ven 9 feb 2024 alle ore 21:20 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha scritto:
Next week would be awesome! Thanks Andrea.

From: Andrea Cosentino mailto:anco...@gmail.com>>
Sent: Friday, February 9, 2024 11:06 AM
To: Shultz, Dmitry mailto:dmitry_shu...@kaltire.com>>
Cc: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

Sorry, i still have to look at this. I hope to find some time next week. Il ven 
9 feb 2024, 19: 47 Shultz, Dmitry  ha scritto: Hi 
Andrea, Thanks for getting back to me! JFYI, I’m trying to set the 
ServiceBusConstants. CORRELATION_ID
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd
Sorry, i still have to look at this.

I hope to find some time next week.

Il ven 9 feb 2024, 19:47 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha scritto:
Hi Andrea,

Thanks for getting back to me!

JFYI, I’m trying to set the ServiceBusConstants.CORRELATION_ID header on the 
exchange before sending it to service bus and it doesn’t do anything (no 
correlationId on the receiving side) as well. Looks like all the headers being 
reset by something.

Dmitry

From: Andrea Cosentino mailto:anco...@gmail.com>>
Sent: Wednesday, January 17, 2024 10:18 AM
To: users@camel.apache.org
Subject: Re: How to set custom header(s) on message sent to Azure Service Bus

I'll try to check tomorrow and get back to you. Sorry for the late reply Il mer 
17 gen 2024, 19: 08 Shultz, Dmitry  ha scritto: > 
Have anybody used/successfully set headers on the message sent to Azure >
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
ZjQcmQRYFpfptBannerEnd

I'll try to check tomorrow and get back to you.



Sorry for the late reply



Il mer 17 gen 2024, 19:08 Shultz, Dmitry 
mailto:dmitry_shu...@kaltire.com>> ha

scritto:



> Have anybody used/successfully set headers