Skip to main content

Tag Demux

Separates a single tagged input stream into multiple output streams based on packet tag information. Reads tag metadata from incoming packets and routes them to the appropriate output based on tag-to-output mappings. Serves as the counterpart to TagMux, enabling flow separation and distribution after aggregation. Essential for implementing flow-specific processing pipelines, load balancing based on source identity, and creating parallel processing architectures with tagged data streams.

Tags: FLOW_CONTROL

FieldTypeLabelDescriptionDefault Value
InputStringThe input data source for demultiplexing.
OutputsOutputsRepeatedThe tagged outputs for demultiplexing.

Outputs

FieldTypeLabelDescriptionDefault Value
NameStringThe name of the output.
TagInt32The tag associated with the output.