Croway commented on code in PR #17070:
URL: https://github.com/apache/camel/pull/17070#discussion_r1943048054


##########
core/camel-api/src/main/java/org/apache/camel/Exchange.java:
##########
@@ -117,6 +117,7 @@ public interface Exchange extends VariableAware {
     String CONTENT_TYPE = "Content-Type";
     String COOKIE_HANDLER = "CamelCookieHandler";
     String CORRELATION_ID = "CamelCorrelationId";
+    String ATTACHMENTS_SIZE = "CamelAttachmentsSize";

Review Comment:
   
https://github.com/apache/camel/pull/17070/files#diff-c4832886119fc6dd6a4a54e68c5e2740ea9ae86b8699a469648284189d51e839
 like this? I do not fully understand how `ExchangePropertyKey` works, for 
example, FILE* related headers are not there.



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