Hi, I am using mongodb cdc connector version 3.1.1 I am connecting to mongodb atlas, which uses mongodb version 7.0.
In the cdc connector I find a property: scan.incremental.snapshot.enabled with default as false. I wanted to know in what cases we should set this as true and what does this property help with ? Please note that I am configuring my connector with: .startupOptions(StartupOptions.initial()) .batchSize(2048) Thanks Sachin