Skip to content

[doc issue] #154

@Asutosh-Integration

Description

@Asutosh-Integration

Issue description

The below statement is not entirely true.
“Headers and properties set in a child branch aren't available in other child branches.”
Because as per camel documentation, “The multicast EIP will copy the source exchange and multicast each copy. However, the copy is a shallow copy, so in case you have mutable message bodies, then any changes will be visible by the other copied messages.”

So if if a property value has data type of mutable types (like maps, lists etc.) then it can be changed in one branch and same changes can be visible in subsequent branches. But if a new property is created in a branch that will not get visible in the subsequent branches. (Because it’s local to that branch’s exchange.) So the wording matters because set can mean both create or change an existing property before multicast.

Feedback Type (Optional)

incorrect statement

Page Title on SAP Help Portal (prefilled)

Variant: Sharing Data Within the Same Integration Flow

Page URL on SAP Help Portal (prefilled)

https://help.sap.com/docs/cloud-integration/sap-cloud-integration/variant-sharing-data-within-same-integration-flow?locale=en-US

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions