Module cdc_strategy

Module cdc_strategy 

Source
Expand description

Defines additional types related to CdcStrategy.

Modules§

specific_start_position
Defines additional types related to SpecificStartPosition.

Structs§

MostRecentStartPosition
CDC strategy to start replicating from the most recent position in the source.
NextAvailableStartPosition
CDC strategy to resume replication from the next available position in the source.
SpecificStartPosition
CDC strategy to start replicating from a specific position in the source.

Enums§

StartPosition
The position to start reading from when starting, resuming, or recovering the stream. If not set, the system’s default value will be used.