-
Bug
-
Resolution: Done
-
Major
-
None
-
1.1.1.Final
-
None
Hi all,
I have setup Debezium for MariaDB version 10.2.14. I used schema_only for snapshot.mode in the connector. everything works well, but when I consume data from history topic, I can see lots of these messages:
{
"source" :
,
"position" :
,
"databaseName" : "",
"ddl" : "# Dummy event replacing event type 160 that slave cannot handle. "
}
As far as I know, event type 160 is for ANNOTATE_ROWS_EVENT (events accompany row events and describe the query which caused the row event).
why we have these events for schema_only mode? (this type of event is related to row event)
what should I do?
This is producing a huge of dummy data in the history topic and I can not restart the connector. I have to delete the history topic and use schema_only_recovery each time.
Thank you.
- is related to
-
DBZ-1145 Clarification on MySQL vs MariaDb Usage
- Closed