[ANNOUNCE] Apache Camel 4.4.5 (LTS) Released

2025-01-22 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.4.5 (LTS). Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release contains 12 new features and improvements. Please note tha

Re: Camel k - kamelet integration

2025-01-22 Thread Pasquale Congiusti
Hello, this would be something specific to your cloud configuration. I can give you the link to how it is generically done in Kubernetes via a LoadBalancer [1]. Cheers, Pasquale [1] https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/ On Wed, Jan 22, 2025 at 9:2

Re: camel-salesforce | Pub/Sub API infinite resubscribe loop

2025-01-22 Thread Claus Ibsen
Hi Thanks for reporting. This seems like a rare situation but can happen again if there is no activity for that long period of time. You are welcome to create a JIRA and send your patch as a PR against the main branch. This makes it easier for us and others to help review. I am not sure if you we

RE: Camel k - kamelet integration

2025-01-22 Thread Sanin Palikuca
Hi, How to expose camel k pipe or integration from openshift to be publicly available ? Regards, S. -Original Message- From: Pasquale Congiusti Sent: Wednesday, January 22, 2025 09:16 To: users@camel.apache.org Subject: Re: Camel k - kamelet integration Hello, if you're exposing the

Re: Camel k - kamelet integration

2025-01-22 Thread Pasquale Congiusti
Hello, if you're exposing the logic via a REST (or in general any http) service, then, it should be straightforward creating a .NET application just calling such an http endpoint. I guess you can find many examples on the Internet as well. Cheers, Pasquale. On Tue, Jan 21, 2025 at 10:19 PM Sanin