cdcStartPosition property
Indicates when you want a change data capture (CDC) operation to start. Use
either CdcStartPosition
or CdcStartTime
to specify
when you want the CDC operation to start. Specifying both values results in
an error.
The value can be in date, checkpoint, or LSN/SCN format.
Date Example: --cdc-start-position “2018-03-08T12:12:12”
Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
Implementation
final String? cdcStartPosition;