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

Postgres connector - add database, schema and table names to "source" section of records

XMLWordPrintable

      Unlike MySQL connector, the Postgres connector does not add database, schema and table names to the source section of SourceRecord.

      This feature should add this info as follows:

      {
        …,
        "source": {
          "version": "0.9.0.Final",
          "name": "PostgreSQL_server",
          "ts_usec": "1482918357011699",
          "txId": "555",
          "lsn": "24023128",
          "snapshot": null,
          "last_snapshot_record": null,
          "db": "inventory",  // <--
          "schema": "public",   // <--
          "table": "products"  // <--
        }
        …
      }
      

            Unassigned Unassigned
            oripwk Ori Popowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: