Fork
Forks the input stream into multiple output streams and replicates incoming events to all output streams with guaranteed order (from top to bottom).
In-ports
input <any>
— accepts any events.
Out-ports
output <any>
— outputs incoming events unchanged.
Overview
The Fork Stream operator forks the input stream into multiple output streams and replicates incoming events to all output streams in a guaranteed order (from top to bottom). You can set the number of output streams in the settings.
Settings
Number of output streams
Specify the number of output streams and ports.
Default: 2