Open monneyboi opened 3 hours ago
Right now debezium creates a publication for all tables. Change this behaviour to only the tables we need. https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-publication-autocreate-mode
CREATE PUBLICATION dbz_publication FOR TABLE private.inodes; GRANT SELECT ON TABLE private.inodes to debezium;
Right now debezium creates a publication for all tables. Change this behaviour to only the tables we need. https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-publication-autocreate-mode