Hi,
I have a usecase where I want to trigger the debezium sync every hour to CDC from Postgres to DLT, each time the sync runs, I would like it to pick up from the latest state checkpoint and continue from that point onto the current WAL position at the start of the sync.
Can you provide an example of how to configure this?
The doc shows how to do either an initial sync, or a continuous sync, but what I'm looking for is something in between as a scheduled periodic incremental sync.
Thanks!
Hi,
I have a usecase where I want to trigger the debezium sync every hour to CDC from Postgres to DLT, each time the sync runs, I would like it to pick up from the latest state checkpoint and continue from that point onto the current WAL position at the start of the sync.
Can you provide an example of how to configure this?
The doc shows how to do either an initial sync, or a continuous sync, but what I'm looking for is something in between as a scheduled periodic incremental sync.
Thanks!