Package io.debezium.connector.mysql.converters
package io.debezium.connector.mysql.converters
-
ClassesClassDescriptionMySQL handles several data types differently between streaming and snapshot and its important that data types be handled consistently across both phases for JDBC sink connectors to create the sink tables properly that adhere to the data provided in both phases.CloudEvents maker for records produced by the MySQL connector.An implementation of
CloudEventsProviderfor MySQL.Parser for records produced by the MySQL connector.MySQL reportsBOOLEANvalues asTINYINT(1)in snapshot phase even as a result ofDESCRIBE CREATE TABLE.