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

FieldTypeOptionalDescriptionDefault Value
InputStringNoThe input data source for demultiplexing.
OutputsOutputsNoThe tagged outputs for demultiplexing.

Outputs

FieldTypeOptionalDescriptionDefault Value
NameStringNoThe name of the output.
TagInt32NoThe tag associated with the output.