-
Enhancement
-
Resolution: Done
-
Major
-
1.6.1.Final
-
None
-
False
-
False
-
undefined
-
We have use cases that new tables will be added into table.include.list of the Debezium PostgreSQL connector. However, since we have the existing publication created with old tables in the same database, the publication is not updated to add the new table, and we cannot receive cdc events for the new tables.
As seen from the Debezium code here, there is no check for new tables. Can we update the code to alter the publication to add new tables? Or is there any concern doing so?
- is related to
-
DBZ-6577 Explain failure on existing publication update when switching to `filtered` from `all_tables`
- Closed