Expand description
Defines additional types related to CdcStrategy.
Modules§
- specific_
start_ position - Defines additional types related to SpecificStartPosition.
Structs§
- Most
Recent Start Position - CDC strategy to start replicating from the most recent position in the source.
- Next
Available Start Position - CDC strategy to resume replication from the next available position in the source.
- Specific
Start Position - CDC strategy to start replicating from a specific position in the source.
Enums§
- Start
Position - The position to start reading from when starting, resuming, or recovering the stream. If not set, the system’s default value will be used.