Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.4, 2.9.0
-
None
-
Patch Available
-
Unknown
Description
Current MDC support in camel uses different property names. My proposal is to align them and use a "camel." prefix for all of them to let them live in own logical namespace:
Before change | After change |
---|---|
breadcrumbId | camel.breadcrumbId |
exchangeId | camel.exchangeId |
messageId | camel.messageId |
correlationId | camel.correlationId |
routeId | camel.routeId |
camelContextId | camel.contextId |
transactionKey | camel.transactionKey |