The stream outerJoin
is the result of a Union operation. This operator joins two streams which have the same event payload type (aka schema). The Group and Apply operator has an implicit Group Union operator to group the results from various apply branches. The Union operation is very useful in such scenarios where the requirement is just to merge the two streams, without performing any correlation checks like Join.