DBZ-8081 Conditionalize default value field

This commit is contained in:
roldanbob 2024-07-19 18:10:07 -04:00 committed by Jiri Pechanec
parent 24d7f6eae4
commit 6b4dc064ae

View File

@ -50,15 +50,19 @@ If you later decide to capture changes from tables that you did not originally d
If you change the default value, and you later configure the connector to capture data from other tables in the database, the connector lacks the schema information that it requires to capture change events from the tables. +
|[[{context}-property-database-history-store-only-captured-databases-ddl]]<<{context}-property-database-history-store-only-captured-databases-ddl, `+schema.history.internal.store.only.captured.databases.ddl+`>>
|`false`
|
ifdef::MARIADB,MYSQL[]
`true`
endif::[]
ifndef::MARIADB,MYSQL[]
`false`
endif::[]
|A Boolean value that specifies whether the connector records schema structures from all logical databases in the database instance. +
Specify one of the following values:
`true`:: The connector records schema structures only for tables in the logical database and schema from which {prodname} captures change events.
`false`:: The connector records schema structures for all logical databases. +
NOTE: The default value is `true` for MySQL Connector +
|===
[id="{context}-pass-through-database-history-properties-for-configuring-producer-and-consumer-clients"]