pub(crate) fn render<'scope>(
scope: Scope<'scope, MzOffset>,
config: RawSourceCreationConfig,
connection: PostgresSourceConnection,
table_info: BTreeMap<u32, BTreeMap<usize, SourceOutputInfo>>,
rewind_stream: StreamVec<'scope, MzOffset, RewindRequest>,
slot_ready_stream: StreamVec<'scope, MzOffset, Infallible>,
committed_uppers: impl Stream<Item = Antichain<MzOffset>> + 'static,
metrics: PgSourceMetrics,
) -> (StackedCollection<'scope, MzOffset, (usize, Result<SourceMessage, DataflowError>)>, StreamVec<'scope, MzOffset, Probe<MzOffset>>, StreamVec<'scope, MzOffset, ReplicationError>, PressOnDropButton)Expand description
Renders the replication dataflow. See the module documentation for more information.