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

Fix description for state of Snapshot

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 0.10.0.Beta2
    • None
    • core-library
    • None

    Description

      In class io.debezium.connector.SnapshotRecord

      public enum SnapshotRecord {
          TRUE, // record is from snapshot is not the last one
          FALSE, // record is from snapshot is the last record generated in snapshot phase
          LAST; // record is from streaming phase
       ...
      }
      

      The description for FALSE and LAST seems inversed

      Attachments

        Activity

          People

            Unassigned Unassigned
            pan3793 Cheng Pan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: