davsclaus commented on code in PR #17070:
URL: https://github.com/apache/camel/pull/17070#discussion_r1943007756
##########
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:
Ah yeah add it to `ExchangePropertyKey` also and doc via `@Metadata`
--
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]