tet123/debezium-connector-postgres/src
cooksey 8bcbdb639d DBZ-2094 Allow Postgres snapshotter to set streaming start on resume
When a connector resumes after previously streaming and takes a
snapshot, through a new method on the snapshotter interface,
shouldStreamEventsStartingFromSnapshot, can choose whether
to resume streaming from the last known streaming position or the
beginning of the snapshot. This is helpful for snapshotters that
may not want to resnapshot every table in the whitelist/blacklist
but not miss event on the tables that are skipped.
2020-09-09 10:54:11 +02:00
..
main DBZ-2094 Allow Postgres snapshotter to set streaming start on resume 2020-09-09 10:54:11 +02:00
test DBZ-2094 Allow Postgres snapshotter to set streaming start on resume 2020-09-09 10:54:11 +02:00