[Mongo Source] Mongo Sharded Support #42397
whanata
started this conversation in
Connector Ideas and Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if there is any plans to support Mongo Shards?
Right now, I'm treating each Mongo Shard as a Replica Set and have 3 seperate connections for my 3 shards.
It works fine, but I'm seeing overtime small discrepancies on the end data such as:
airbyte internal
table it was signified as it's been deletedI was hoping if there was any plans to support Mongo Shards since I believe some of these problems are attributed to listening to the actual Mongo Servers vs the Mongos Router and the result of the change streams that come out of it.
I'm using OSS currently using Docker Compose, and planning to move to using
kind
to run the Kubernetes version of Airbyte in a EC2 Box using Docker Containers.Beta Was this translation helpful? Give feedback.
All reactions