You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jono-morris (via GitHub)" <gi...@apache.org> on 2023/08/31 13:09:28 UTC

[GitHub] [camel] jono-morris opened a new pull request, #11255: CAMEL-17027 make camel-aws-s3 threadsafe so it can be used concurrently

jono-morris opened a new pull request, #11255:
URL: https://github.com/apache/camel/pull/11255

   
   Small exchanges are batched when individual exchanges are less than the batch-size, requiring processing state information to held between processing of each exchange. 
   
   This state information has been moved to State class that is guarded by synchronized blocks whenever it is access so that exchanges can be processed asynchronously.   
   
   Asynchronous versions of existing unit tests have been added. 
   
   Large files are still chunked down and sent as chunks, and state information is confined to the processing method. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] oscerd commented on pull request #11255: CAMEL-17027 make camel-aws-s3 threadsafe so it can be used concurrently

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #11255:
URL: https://github.com/apache/camel/pull/11255#issuecomment-1701774285

   Do we need to backport to 4.0.x too?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] davsclaus merged pull request #11255: CAMEL-17027 make camel-aws-s3 threadsafe so it can be used concurrently

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #11255:
URL: https://github.com/apache/camel/pull/11255


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #11255: CAMEL-17027 make camel-aws-s3 threadsafe so it can be used concurrently

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #11255:
URL: https://github.com/apache/camel/pull/11255#issuecomment-1701011064

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org