davsclaus commented on PR #23532:
URL: https://github.com/apache/camel/pull/23532#issuecomment-4545173566

   1. The message size is not only per route, its also per endpoint and 
separated by IN and OUT direction.
   2. The default code that calculates header size should be in a try .. catch 
to ignore any issues and return -1 if it fails to do so. The same for the 
message body.
   3. For OUT then we need to reset stream caching afterwards if the body is 
stream caching, so when writing the OUT response it is re-readable
   4. Update doc that streams (InputStream) is only support when using 
stream-caching
   5. Also mention in docs that this is global feature if enabled, you cannot 
have fine grained control where to turn this on or off.


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