Skip to main content

Module metadata

Module metadata 

Source
Expand description

Event metadata structures for Kinetic pipelines.

Structs§

ComponentId
A globally unique identifier for a pipeline component (source, transform, sink).
EventMetadata
Core metadata attached to every batch of events flowing through the pipeline.
OutputId
Identifies a specific named output from a component. Format is component_id.output_name.

Type Aliases§

ArcEventMetadata
A thread-safe, cheaply cloneable wrapper around event metadata.