-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Summary
Starting with MySQL 5.6 the BINLOG_ROWS_QUERY_LOG_EVENTS configuration property allows adding the original SQL query to RBR events.
It appears as thought the underlying MySQL Connector library supports parsing this additional property ( EventType.ROWS_QUERY ).
It'd be great if the Debezium MySQL Connector could be updated to support parsing this optional property and including it in the Events published into Kafka.