<td>Optional startup mode for MySQL CDC consumer, valid enumerations are "initial", "earliest-offset", "latest-offset", "specific-offset" and "timestamp".
Please see <ahref="#startup-reading-position">Startup Reading Position</a> section for more detailed information.</td>
<td>Optional startup mode for MySQL CDC consumer, valid enumerations are "initial", "earliest-offset", "latest-offset", "specific-offset" and "timestamp".</td>
</tr>
<tr>
<td>scan.startup.specific-offset.file</td>
@ -199,6 +198,13 @@ pipeline:
<td>String</td>
<td>Optional GTID set used in case of "specific-offset" startup mode</td>
</tr>
<tr>
<td>scan.startup.timestamp-millis</td>
<td>optional</td>
<tdstyle="word-wrap: break-word;">(none)</td>
<td>Long</td>
<td>Optional millisecond timestamp used in case of "timestamp" startup mode.</td>