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

Postgres connector config validation fails because current connector is occupying replication slot

XMLWordPrintable

      When updating the config of a Postgres connector, it runs into a validation issue, complaining that the replication slot is already taken.

      It looks like the validation of the connector config does not keep into account that the current connector (of which we want to update the config) is still running: https://github.com/debezium/debezium/blob/master/debezium-connector-postgres/src/m[…]in/java/io/debezium/connector/postgresql/PostgresConnector.java.

      Is this intended and should we first pause the connector, update the config and then start it again?

            rk3rn3r René Kerner
            frankkoornstra Frank Koornstra (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: