Skip to content

Improvements to Postgres and Mongo CDC

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 18:10
· 925 commits to master since this release
d027a50

Improvements:

  • A new record is shipped for every change for cdc-postgres, instead of grouping by commit
  • Reduced cdc-postgres code deduplication

Fixes:

  • Adding missing stats.Incr() calls for cdc-postgres and cdc-mongo
  • You may now listen for changes to your entire mongo deployment by omitting the database and collection flags