Expand description
Types related to the source ingestion pipeline/framework.
Modules§
Structs§
- Decode
Result - The output of the decoding operator
- Probe
- The result of probing an upstream system for its write frontier.
- Signaled
Future - Source
Message - Source-agnostic wrapper for messages. Each source must implement a conversion to Message.
- Source
Output - A record produced by a source
Enums§
- Progress
Statistics Update - An update produced by implementors of
SourceRender
that presents an aggregated description of the number of offset_committed and offset_known for the given source.
Traits§
- Source
Render - Describes a source that can render itself in a timely scope.