[ANNOUNCE] Apache Camel 4.12.0 Released

2025-05-29 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.12.0. 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 183 new features and improvements. The release is ava

Re: [VOTE] Release Apache Camel Kamelets 4.12.0

2025-05-29 Thread Claus Ibsen
+1 (binding) On Thu, May 29, 2025 at 2:46 PM Andrea Cosentino wrote: > Hello all, > > This is a vote for releasing camel-kamelets 4.12.0 > > This is a release supporting Camel 4.12.0, the release supporting Camel > 4.12.0 development release. > > Kamelets release files: > https://dist.apache.org

Re: [VOTE] Release Apache Camel Kamelets 4.12.0

2025-05-29 Thread Claudio Miranda
+1 (non binding) Thanks Em qui., 29 de mai. de 2025 às 13:45, Andrea Cosentino escreveu: > > Hello all, > > This is a vote for releasing camel-kamelets 4.12.0 > > This is a release supporting Camel 4.12.0, the release supporting Camel > 4.12.0 development release. > > Kamelets release files: > h

[VOTE] Release Apache Camel Kamelets 4.12.0

2025-05-29 Thread Andrea Cosentino
Hello all, This is a vote for releasing camel-kamelets 4.12.0 This is a release supporting Camel 4.12.0, the release supporting Camel 4.12.0 development release. Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.12.0 Kamelets staging repository: https://reposi

Re: Memory Leak due to misuse of toD EIP

2025-05-29 Thread Gabriel Souza
Hi, did someone get to see this? Em sex., 23 de mai. de 2025, 09:11, Gabriel Souza < gabrielaraujodesouz...@gmail.com> escreveu: > Hello, I want to ask a question about the usage of the .toD EIP. Recently, > we had a memory leak problem due to a misuse of .toD. Our URL had a path > parameter that

Limit SFTP to just one connection

2025-05-29 Thread Jan Bares, WOOD & Co.
Hi, We have two routes, incoming and outgoing, that download and upload files to SFTP server. Unfortunately, the SFTP server allows just one connection. We have tried various solutions and settled on something, that seems to be quite complicated - both routes use a timer component followed by s

Re: Batching in camel-kafka connector: Transactional Producer

2025-05-29 Thread Andrea Cosentino
3.21.0 is an old version, not supported anymore. We are now fully focused on 4.x. The LTS release is 4.10.x and the last released version is 4.10.4. The suggestion is to test your logic (adapted with the migration guide) to this release and check the result. Il giorno gio 29 mag 2025 alle ore

Batching in camel-kafka connector: Transactional Producer

2025-05-29 Thread Piyush Pahwa
Hi all, Batching is integral part of kafka for better TPS, especially with transactional design and its expensive commit API. Idea is to send multiple records per transaction. Below is the working code for single record per transaction: ```java from("file:input?fileName=input.txt&noop=true")