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

Source Fields Not Present on Delete Rewrite

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 0.10.0.CR1
    • None
    • core-library
    • None

      Inserts and updates receive the source fields and the order of the message is

      {original_fields, source_fields, __deleted}

      . Deletes come through like

      {original_fields, __deleted}

      . This fix puts the source fields back into delete rewrites in the correct order so messages have a consistent schema regardless of transaction type.

              Unassigned Unassigned
              garrett528 Andrew Garrett (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: