Expand description
Event metadata structures for Kinetic pipelines.
Structs§
- Component
Id - A globally unique identifier for a pipeline component (source, transform, sink).
- Event
Metadata - Core metadata attached to every batch of events flowing through the pipeline.
- Output
Id - Identifies a specific named output from a component.
Format is
component_id.output_name.
Type Aliases§
- ArcEvent
Metadata - A thread-safe, cheaply cloneable wrapper around event metadata.