Replicate data from a mongoDB replicaset to another
Hi
Looking for help to replicate data from one mongoDB replicaSet to another. Any documentation or links would be very helpful.
Also, when the connection is broken and Oplog is full. What’s the mechanism to read the changed data? Is it from Oplog or does it compare the records after connection resumed?
You could use tmongoDBoutput / bulkload components to update. If you want to update particular element in existing document instead of update the whole document, please have a look at tMongoDBRow componnent.