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

Handle tables without PK consistently across all relational connectors

XMLWordPrintable

    • 0
    • 0% 0%

      The handling of tables without a PK is inconsistent across connectors currently. The MySQL connector shows what should be done:

      • Use the PK column(s) as basis for the Kafka message key
      • If no PK columns exist, use the first unique key definition of the table
      • Otherwise, emit change events with a null key

      This should be done similarly for Postgres, Oracle and SQL Server. Subtasks to this JIRA issue should be created in order to deliver the functionality incrementally, if needed. Tests should be added to make sure that events from such tables can be emitted as expected during snapshotting and streaming phases of the connectors.

            Unassigned Unassigned
            gunnar.morling Gunnar Morling
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: