Tag Mux
Combines multiple tagged input streams into a single output by adding identification tags to packets from each input source. Each input is assigned a unique tag value that gets embedded into packet metadata, enabling downstream components to identify the original source. Essential for aggregating multiple data flows while preserving source identity, enabling complex routing decisions and flow-specific processing. Supports arbitrary tag assignments for flexible flow identification schemes.
Tags: FLOW_CONTROL
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Inputs | Inputs | No | The tagged inputs for multiplexing. | |
Output | String | No | The output destination for multiplexing. |
Inputs
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Name | String | No | The name of the input. | |
Tag | Int32 | No | The tag associated with the input. |