Postgres table connector gets NullPointerException when scan.incremental.snapshot.enabled true #3956
Replies: 2 comments 1 reply
|
Hi @meng-miao-wu, maybe passing an RegEx pattern to match the table name part (like |
1 reply
|
Closing the loop: ^ worked with above |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
I attempt to use the postgres table connector to listen multiple tables of the same db, settings as follow
I am getting the following error:
OFC, when scan.incremental.snapshot.enabled is flipped to false, it works.
I've also attempted to set
no luck
🙏 any guidance is appreciated
All reactions