-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
debezium-connector-mysql 1.9.5
What is the connector configuration?
{ "connector.class": "io.debezium.connector.mysql.MySqlConnector", "database.user": "${file:/opt/cdc/secret:user}", "database.history.kafka.bootstrap.servers": "kafka-headless.message-broker-dev.svc.cluster.local:9093", "database.history.kafka.topic": "dev-debezium.dbhistory.auth", "database.server.name": "dev-debezium", "database.port": "3306", "include.schema.changes": "false", "database.connectionTimeZone": "Europe/Paris", "database.hostname": "xxxxxxx", "database.password": "****************************************", "name": "cdc.auth", "table.include.list": "auth", "database.include.list": "authentification" }
What is the captured database version and mode of depoyment?
on-premise mysql 8.0.28
What behaviour do you see?
Caused by: io.debezium.DebeziumException: Error processing binlog event ... 7 more Caused by: io.debezium.text.ParsingException: DDL statement couldn't be parsed. Please open a Jira issue with the statement 'CREATE TABLE `auth_realm_clients` ( `pk_realm` int unsigned NOT NULL DEFAULT '0', `fk_realm` int unsigned DEFAULT NULL, `client_id` varchar(150) NOT NULL, `client_secret` blob NOT NULL, PRIMARY KEY (`pk_realm`), KEY `auth_realms_auth_realm_clients` (`fk_realm`) ) START TRANSACTION ENGINE=InnoDB DEFAULT CHARSET=latin1' mismatched input 'ENGINE' expecting {<EOF>, '-'}
Do you see the same behaviour using the latest relesead Debezium version?
Not tested yet
Do you have the connector logs, ideally from start till finish?
Not ATM