diff --git a/documentation/modules/ROOT/pages/connectors/db2.adoc b/documentation/modules/ROOT/pages/connectors/db2.adoc index cd46dd965..47d2e58bb 100644 --- a/documentation/modules/ROOT/pages/connectors/db2.adoc +++ b/documentation/modules/ROOT/pages/connectors/db2.adoc @@ -2754,7 +2754,8 @@ endif::community[] ifdef::community[] |[[db2-property-snapshot-mode-configuration-based-snapshot-on-data-error]]<> |false -|When `snapshot.mode` is set as `configuration_based`, this setting permits to specify whenever the data should be snapshotted or not in case data is no more present on db log. +|If the `snapshot.mode` is set to `configuration_based`, this property specifies whether the connector attempts to snapshot table data if it does not find the last committed offset in the transaction log. + +Set the value to `true` to instruct the connector to perform a new snapshot. endif::community[] ifdef::community[] diff --git a/documentation/modules/ROOT/pages/connectors/mongodb.adoc b/documentation/modules/ROOT/pages/connectors/mongodb.adoc index 1dbf7d7d4..ffc4b7f7c 100644 --- a/documentation/modules/ROOT/pages/connectors/mongodb.adoc +++ b/documentation/modules/ROOT/pages/connectors/mongodb.adoc @@ -2037,7 +2037,8 @@ endif::community[] ifdef::community[] |[[mongodb-property-snapshot-mode-configuration-based-snapshot-on-data-error]]<> |false -|When `snapshot.mode` is set as `configuration_based`, this setting permits to specify whenever the data should be snapshotted or not in case data is no more present on db log. +|If the `snapshot.mode` is set to `configuration_based`, this property specifies whether the connector attempts to snapshot table data if it does not find the last committed offset in the transaction log. + +Set the value to `true` to instruct the connector to perform a new snapshot. endif::community[] ifdef::community[] diff --git a/documentation/modules/ROOT/pages/connectors/oracle.adoc b/documentation/modules/ROOT/pages/connectors/oracle.adoc index a04ec1a39..ddbdd9683 100644 --- a/documentation/modules/ROOT/pages/connectors/oracle.adoc +++ b/documentation/modules/ROOT/pages/connectors/oracle.adoc @@ -3201,7 +3201,8 @@ endif::community[] ifdef::community[] |[[oracle-property-snapshot-mode-configuration-based-snapshot-on-data-error]]<> |false -|When `snapshot.mode` is set as `configuration_based`, this setting permits to specify whenever the data should be snapshotted or not in case data is no more present on db log. +|If the `snapshot.mode` is set to `configuration_based`, this property specifies whether the connector attempts to snapshot table data if it does not find the last committed offset in the transaction log. + +Set the value to `true` to instruct the connector to perform a new snapshot. endif::community[] ifdef::community[] diff --git a/documentation/modules/ROOT/pages/connectors/postgresql.adoc b/documentation/modules/ROOT/pages/connectors/postgresql.adoc index 52e9ae001..3f9054b1f 100644 --- a/documentation/modules/ROOT/pages/connectors/postgresql.adoc +++ b/documentation/modules/ROOT/pages/connectors/postgresql.adoc @@ -3346,7 +3346,8 @@ endif::community[] ifdef::community[] |[[postgresql-property-snapshot-mode-configuration-based-snapshot-on-data-error]]<> |false -|When `snapshot.mode` is set as `configuration_based`, this setting permits to specify whenever the data should be snapshotted or not in case data is no more present on db log. +|If the `snapshot.mode` is set to `configuration_based`, this property specifies whether the connector attempts to snapshot table data if it does not find the last committed offset in the transaction log. + +Set the value to `true` to instruct the connector to perform a new snapshot. endif::community[] ifdef::community[] diff --git a/documentation/modules/ROOT/pages/connectors/sqlserver.adoc b/documentation/modules/ROOT/pages/connectors/sqlserver.adoc index 2eb47c9bf..fda290a6e 100644 --- a/documentation/modules/ROOT/pages/connectors/sqlserver.adoc +++ b/documentation/modules/ROOT/pages/connectors/sqlserver.adoc @@ -2925,7 +2925,8 @@ endif::community[] ifdef::community[] |[[sqlserver-property-snapshot-mode-configuration-based-snapshot-on-data-error]]<> |false -|When `snapshot.mode` is set as `configuration_based`, this setting permits to specify whenever the data should be snapshotted or not in case data is no more present on db log. +|If the `snapshot.mode` is set to `configuration_based`, this property specifies whether the connector attempts to snapshot table data if it does not find the last committed offset in the transaction log. + +Set the value to `true` to instruct the connector to perform a new snapshot. endif::community[] ifdef::community[]