davsclaus commented on code in PR #17070:
URL: https://github.com/apache/camel/pull/17070#discussion_r1943005876
##########
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:
I think there is somewhere you need to document this header, try look for
some of the other headers.
##########
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:
Also put it up to A headers so its sorted
--
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]