Expand description
CDC output / logical-replication plugins.
Structs§
- CdcBatch
- A batch of CDC events with the LSN range it covers.
- CdcLsn
- Logical sequence number for change-data-capture.
- CdcStart
Context - Per-instance start context for a CDC sink.
Traits§
- CdcOutput
Provider - A CDC-output provider — produces an
Arc<dyn CdcStream>on start. - CdcStream
- A live CDC sink instance.