Package io.debezium.connector.binlog.converters
package io.debezium.connector.binlog.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.Binlog databases emit
BOOLEANvalues asTINYINT(1)in snapshot phase, even as a result of the SQL statementDESCRIBE CREATE TABLE.