Skip to main content

Module config

Module config 

Source
Expand description

Configuration traits and contexts for Kinetic components.

Structs§

AcknowledgementsConfig
Configuration for event acknowledgements (end-to-end delivery tracking).
SinkContext
Context provided to sink components during the build process.
SourceContext
Context provided to source components during the build process.
TransformContext
Context provided to transform components during the build process.

Traits§

SinkConfig
Trait for component configurations that can build a sink task.
SourceConfig
Trait for component configurations that can build a source task.
TransformConfig
Trait for component configurations that can build a transform task.