I’m planning to use KAFKA-CONNECT to sync data between two systems. MongoDB as source with copy.existing
as one of the connector configuration to sync past data.
I know change streams can pull the past data with this config. We have around 34GB of data and we have data for last year. Can change stream pull the data from the beginning ? How long the old data that change streams have?