Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sharded clusters #1

Open
benweissmann opened this issue Mar 23, 2018 · 1 comment
Open

Support for sharded clusters #1

benweissmann opened this issue Mar 23, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@benweissmann
Copy link
Member

We can probably support sharded mongo clusters by just ignoring oplog entries with fromMigrate (https://www.mongodb.com/blog/post/tailing-mongodb-oplog-sharded-clusters) and running a separate oplogtoredis for each shard, but this needs testing.

This is likely a low-priority task, unless there's someone who'd like to use oplogtoredis on a sharded cluster and is willing to do the testing component of this task.

@benweissmann benweissmann added enhancement New feature or request help wanted Extra attention is needed labels Mar 23, 2018
@radekmie
Copy link

radekmie commented Dec 3, 2021

Would having that result in Meteor's compatibility with sharded databases? That would be a huge step -- maybe "huge enough" for some more traction towards this great piece of software.

jswitzer pushed a commit that referenced this issue Mar 28, 2022
Upgrade to the latest MongoDB go driver and the latest version of Go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants