🎉 Postgres source: retrieve only the tables in the publication under cdc mode - #14447
Conversation
| } | ||
|
|
||
| return stream; | ||
| } |
There was a problem hiding this comment.
These methods related to CDC catalog manipulation are moved to PostgresCdcCatalogHelper.
| && config.get("replication_method").hasNonNull("publication"); | ||
| LOGGER.info("using CDC: {}", isCdc); | ||
| return isCdc; | ||
| } |
There was a problem hiding this comment.
This method is moved to PostgresUtils.
|
/test connector=connectors/source-postgres
Build PassedTest summary info: |
…k-publication-in-discover
|
/test connector=connectors/source-postgres
Build PassedTest summary info: |
|
/publish connector=connectors/source-postgres
if you have connectors that successfully published but failed definition generation, follow step 4 here |
|
/publish connector=connectors/source-postgres-strict-encrypt
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What