[Mongo Source] Mongo Sharded Support #42397
Replies: 1 comment
-
Starting with MongoDB 8.0, the listCollections command is no longer supported when connecting directly to each replica set shard causing airbyte connection to fail —unless the user has the directShardOperations role. However, as per the documentation, granting this role is strongly discouraged: https://www.mongodb.com/docs/manual/reference/supported-shard-direct-commands/ If you’re using MongoDB Atlas, directShardOperations role isn’t available, and so far,we have no viable workaround. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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