[docs] Update ref-mariadb-mysql-rqd-connector-cfg-props.adoc

fix property name table-exclude-list to table.exclude.list
This commit is contained in:
moyq5 2024-09-04 14:00:43 +08:00 committed by Chris Cranford
parent de36ff3532
commit ef268ed376

View File

@ -426,7 +426,7 @@ Set the value to `true` to prevent the connector from capturing records when no
[id="{context}-property-table-exclude-list"] [id="{context}-property-table-exclude-list"]
xref:{context}-property-table-exclude-list[`table-exclude-list`]:: xref:{context}-property-table-exclude-list[`table.exclude.list`]::
Default value: _empty string_ + Default value: _empty string_ +
An optional, comma-separated list of regular expressions that match fully-qualified table identifiers of tables from which you do not want the connector to capture changes. An optional, comma-separated list of regular expressions that match fully-qualified table identifiers of tables from which you do not want the connector to capture changes.
The connector captures changes in any table that is not included in `table.exclude.list`. The connector captures changes in any table that is not included in `table.exclude.list`.