Skip to main content

If any possibility to do cdc operation without using mongodb op_log origin . like runins countinuously job by scheduled or some things.

@lakshmi_narayanan_t 

 

You can pick up updates and inserts by using correct offset columns from the tables, like, last changed date. Getting deletes will be an issue unless you have triggers on tables that logs deleted records somewhere.


Reply