Merge transform

This topic tells you about the Application Accelerator Merge transform in Tanzu Application Platform (commonly known as TAP).

The Merge transform feeds a copy of its input to several other transforms and merges the results together using set union.

A Merge of T1, T2, and T3 applied to input I results in T1(I) ∪ T2(I) ∪ T3(I).

Diagram showing a merge transform.

An empty merge produces nothing (∅).

Syntax reference

type: Merge
sources:
  - <transform>
  - <transform>
  - <transform>
  - ...
condition: <SpEL expression>

See also

  • Combo is often used to express a Merge and other transformations in a shorthand syntax.
check-circle-line exclamation-circle-line close-line
Scroll to top icon