From 2f35b82014255ed4361ae3c786bdd8e78043f006 Mon Sep 17 00:00:00 2001 From: Fiore Mario Vitale Date: Fri, 1 Mar 2024 10:16:47 +0100 Subject: [PATCH] DBZ-7461 Update doc for snapshot modes alignment Co-authored-by: roldanbob --- documentation/modules/ROOT/pages/connectors/mysql.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/connectors/mysql.adoc b/documentation/modules/ROOT/pages/connectors/mysql.adoc index 8c45ea526..73aadab2a 100644 --- a/documentation/modules/ROOT/pages/connectors/mysql.adoc +++ b/documentation/modules/ROOT/pages/connectors/mysql.adoc @@ -3419,7 +3419,8 @@ For example, if you set `max.queue.size=1000`, and `max.queue.size.in.bytes=5000 The snapshot includes the structure and data of the captured tables. Specify this value to populate topics with a complete representation of the data from the captured tables every time that the connector starts. -`initial`:: The connector runs a snapshot only when no offsets have been recorded for the logical server name. +`initial`:: The connector runs a snapshot only when no offsets have been recorded for the logical server name, or if it detects that an earlier snapshot failed to complete. +After the snapshot completes, the connector begins to stream event records for subsequent database changes. `initial_only`:: The connector runs a snapshot only when no offsets have been recorded for the logical server name. After the snapshot completes, the connector stops.