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/20 13:05:32 UTC

[GitHub] [camel] jono-morris opened a new pull request, #11153: CAMEL-17027 stream into buffer of configured size

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

   
   Read the message body in chunks instead of reading the entire body into memory to better handle large payloads.  
   
   Introduced a new option 'buffersize' that controls how much of the message body is read for a single chunk with a default size set to 1000000, which is the same as the batchsize meaning that one chunk will be uploaded as one part.
   
   Further PR to follow to address class thread-safety.


-- 
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 #11153: CAMEL-17027 stream into buffer of configured size

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

   :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


[GitHub] [camel] davsclaus merged pull request #11153: CAMEL-17027 stream into buffer of configured size

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


-- 
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