Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-2775

Allow snapshot records be generated either as create or read for MySQL connector

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 1.4.0.Beta1
    • None
    • core-library
    • None
    • False
    • False
    • Undefined

      MySQL connector emitts snapshot records as c records while other connectors emits them as r records. When checking the MySQL code it is obvoius that there was a plan in the past to make snapshot type configurable but the config option was never implemented.

      To enable seamless migration it is thus propose to introduce a new config option into connector framework that will affect whether the snapshot records will be read or create records. All connectors but MySQL will have the default set to r while MySQL will have it set to c. After one or two release the MySQL's default will be switched to align with other connectors.

            Unassigned Unassigned
            jpechane Jiri Pechanec
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: