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

Misleading error message for filtered publication with misconfigured filters

    XMLWordPrintable

Details

    Description

      Attempting to set up the debezium connector for postgres Getting the exceptions attached when atttempting to do filtering by tables. Here's my example JSON:

       

      {
      "name": "rentsite-connector",
      "config":

      { "connector.class": "io.debezium.connector.postgresql.PostgresConnector", "database.hostname": "rentsite-db", "database.port": "5432", "database.user": "rentsite", "database.password": "rentsite", "database.dbname" : "rentsite", "database.server.name": "rentsite-db", "table.include.list": "rentsite.aptlist_lease", "schema.include.list": "rentsite", "publication.autocreate.mode": "filtered", "plugin.name": "pgoutput" }

      }

      Attachments

        Activity

          People

            anmohant Anisha Mohanty
            ghbrown60640@gmail.com Glenn Brown (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: