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