Skip to main content

Module stream_manager

Module stream_manager 

Source

Structsยง

AutoRefreshSchemaSinkContext
CreateStreamingJobContext
CreateStreamingJobContext carries one-time infos for creating a streaming job.
CreateStreamingJobOption
CreatingStreamingJobInfo ๐Ÿ”’
GlobalStreamManager
GlobalStreamManager manages all the streams in the system.
ReplaceStreamJobContext
ReplaceStreamJobContext carries one-time infos for replacing the plan of an existing stream job.
StreamingJobExecution ๐Ÿ”’
UpstreamSinkInfo

Constantsยง

FOREGROUND_DDL_EARLY_FAILURE_TIMEOUT ๐Ÿ”’
A user is assumed to stay focused on a streaming-job creation for at most 30 seconds. If an error occurs during that time, cancel the job so that they can investigate the error. After that, prioritize eventual completion by continuing to wait through transient errors.

Functionsยง

cleanup_dropped_streaming_jobs ๐Ÿ”’

Type Aliasesยง

CreateStreamingJobResult
The error carries whether the caller should explicitly cancel the creating job and an optional notifier for an awaited cancellation request.
CreatingStreamingJobInfoRef ๐Ÿ”’
GlobalStreamManagerRef