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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to