Snapshot mode for large database for my Debezium, Pulsar and Postgres CDC setup. #22436
Unanswered
rahulUpswing
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community, I need a help! I am running Debezium with Apache Pulsar and Postgres for my CDC setup. I am using the 'pulsar-io-debezium-postgres-3.2.1.nar' connector and I am interested in understanding how to manage snapshot mode, especially when dealing with a very large database. The default Snapshot Mode is set to 'initial', which essentially snapshots the entire database, a behavior I wish to avoid. Instead, I am specifically interested in selecting certain schemas and tables for snapshotting.
Beta Was this translation helpful? Give feedback.
All reactions