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

Ensure message keys have correct field order

    XMLWordPrintable

Details

    Description

      See here: https://github.com/debezium/debezium/pull/1009#discussion_r328225165:

      CREATE TABLE INFO (
          t1ID INT,
          t2ID INT,
          PRIMARY KEY (t2ID,t1ID)
      ) 
      

      Then we'd end up with t1ID,t2ID instead of t2ID,t1ID as the Kafka message key.

      Attachments

        Activity

          People

            ccranfor@redhat.com Chris Cranford
            gunnar.morling Gunnar Morling
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: