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/27 12:05:43 UTC

[GitHub] [camel] jono-morris opened a new pull request, #11208: CAMEL-17027 ensure all file chunks are uploaded when streaming large …

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

   
   Ensure all chunks are sent when the exchange is processed.
   
   With introduction of the `bufferSize` config, large files are split into chunks to avoid reading the entire content into memory.
   The last chunk will be the remainder, i.e. mod buffersize, ensure it's uploaded while processing the exchange.
   
   


-- 
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] jono-morris commented on pull request #11208: CAMEL-17027 ensure all file chunks are uploaded when streaming large …

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

   View without white space changes due to indentation change: https://github.com/apache/camel/pull/11208/files?w=1


-- 
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 #11208: CAMEL-17027 ensure all file chunks are uploaded when streaming large …

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

   :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 #11208: CAMEL-17027 ensure all file chunks are uploaded when streaming large …

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


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