Package io.debezium.connector.binlog.converters


package io.debezium.connector.binlog.converters
  • Classes
    Class
    Description
    MySQL 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 BOOLEAN values as TINYINT(1) in snapshot phase, even as a result of the SQL statement DESCRIBE CREATE TABLE.