Re-exportsยง
pub use state_table_handler::*;
Modulesยง
- executor_
core ๐ - fetch_
executor ๐ - list_
executor ๐ - source_
executor ๐
Structsยง
- Only
state
field is the real state for fail-over. Other fields are for observability (but we still need to persist them). - FsSource
Executor Deprecated FsSourceExecutor
is a streaming source, fir external file systems such as s3. StreamSourceCore
stores the necessary information for the source executor to execute on the external connector.
Enumsยง
Constantsยง
- A constant to multiply when calculating the maximum time to wait for a barrier. This is due to some latencies in network and cost in meta.
Functionsยง
- Receive barriers from barrier manager with the channel, error on channel close.