Hi everyone! I would like to confirm some informa...
# getting-started
r
Hi everyone! I would like to confirm some informations, please: 1. _Does tap-mongodb (
z3z1ma
) support the LOG_BASED replication-method?_ 2. If so, then the MongoDB database needs a replica set, right? Thanks!
m
It’s been a while since I last looked at it but I don’t believe that variant does. The https://github.com/MeltanoLabs/tap-mongodb variant does, but it’s got some issues. One of these days I need to fix those (we have a private fork of this one that works great, but it’s a major change in strategy from the current implementation as it opens a single cluster-level change stream).
👍 1
You are correct about needing a replica set.
👍 1
r
Thanks for the quick response, @Matt Menzenski.