Module mz_storage::source::types
source · Expand description
Types related to the source ingestion pipeline/framework.
Modules§
Structs§
- The output of the decoding operator
- The result of probing an upstream system for its write frontier.
- Source-agnostic wrapper for messages. Each source must implement a conversion to Message.
- A record produced by a source
Enums§
- 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§
- Describes a source that can render itself in a timely scope.