Sorry for the spam. I think I found the relevant changes: https://github.com/apache/camel/commit/0158960a4b65a55f3850e89b6f4b2598ce9a82f0 https://github.com/apache/camel/commit/d96b4b974c39b409767fe888b0e851e1710cfc28
Best regards, Manuel From: Shenavai, Manuel Sent: Dienstag, 24. Oktober 2023 18:50 To: users@camel.apache.org Subject: Camel SFTP Consumer with AsyncProcessor Hi everyone, we are currently using Camel 3.14. We see parallel processing in the SFTP consumer if the route contains a Async Processor. This is a big problem because the SFTP client is not thread safe. The good part is, that this problem is already solved in Camel 2.21. Unfortunately I could not find the related fix. Can you guide me some direction where the fix was located? Thanks in advance & Best regards, Manuel