Thanks for the advice.
I edited 'table.include.list' to remove the regular expressions, but left the following regular expressions in 'column.include.list':
"SCHEMA\\.TABLE1\\.(COLUMN1|COLUMN2), SCHEMA\\.TABLE2\\.(COLUMN1|COLUMN2)".
I also changed:
"log.mining.strategy": "hybrid",
"log.mining.query.filter.mode": "in"
But I didn't see any changes in the operation; historical data still isn't included in the topic, only streaming data. After these changes, two entries appeared in the DEBEZIUM_SIGNAL table: "snapshot-window-open" and "snapshot-window-close".
I also noticed that a table is being created in the LOG_MINING_FLUSH (LAST_SCN) schema. Is this normal?
I've attached the log file starting from step 7.
I'm still not sure if the fields are specified correctly:
"topic.prefix": "dbserver",
"
database.server.name": "dbserver",
"signal.data.collection": "dbserver.SCHEMA.DEBEZIUM_SIGNAL".
But since the topic is created and the entries in the signal table appear correctly, everything is correct.
For debezium-connect, I use the image /debezium/connect:3.0.0.Final.

вторник, 14 октября 2025 г. в 00:11:53 UTC+4, Chris Cranford: