-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cdc): read from multiple tables (#129)
* feat: read from multiple tables * use sdk constant * feat(longpoll): use opencdc.collection * read from all tables * update paramgen.go * update readme * restore readme * read columns from multiple tables * fix typo * restore * leftovers from #131 * more leftovers * update readme on destination * update * update readme * update comment * update comment * use opencdc constant * start making changes on readme * address after rebase * wip * wip * tie snapshot iterator into longpolling mode * get table key if not supplied manually * ensure snapshot iterator waits for all acks * fix snapshot iterator tests * add test for ensuring iterator waits for acks * fix cdc tests * undo changes on readme * address PR review * use pg_tables --------- Co-authored-by: Lovro Mažgon <[email protected]>
- Loading branch information
1 parent
66b1913
commit 4466f41
Showing
21 changed files
with
299 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.