-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
False
-
Undefined
-
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?