Croway commented on code in PR #17070:
URL: https://github.com/apache/camel/pull/17070#discussion_r1943027494
##########
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:
mmm, I cannot find much documentation for other headers, should I annotate
it with Metadata and add a description?
--
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]