Package io.debezium.connector.mysql.transforms


package io.debezium.connector.mysql.transforms
  • Classes
    Class
    Description
    ReadToInsertEvent<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>
    This SMT allows the MySql connector to emit snapshot events as "c" operation type (CREATE) by changing the 'op' field of the records from "r" (default) to "c".