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 Mongos #1037

Closed
Marsup opened this issue Aug 8, 2012 · 3 comments
Closed

Support for Mongos #1037

Marsup opened this issue Aug 8, 2012 · 3 comments
Labels
enhancement This issue is a user-facing general improvement that doesn't fix a bug or add a new feature

Comments

@Marsup
Copy link

Marsup commented Aug 8, 2012

Hello,

Looking at the new features of the v3.0 (congrats for the release ! 👍), I noticed mongoose is using the latest mongodb driver.

I see that the driver now offers a possibility to use a specific Mongos connection, but I couldn't find any mongoose issue or documentation talking about it. Is it planned for a future release ?

@aheckmann
Copy link
Collaborator

You've always been able to connect to Mongos with the driver or Mongoose. I'll have to look into why we have a separate class now. Does it not work anymore?

On Aug 7, 2012, at 11:59 PM, Nicolas Morel notifications@github.com wrote:

Hello,

Looking at the new features of the v3.0 (congrats for the release ! ), I noticed mongoose is using the latest mongodb driver.

I see that the driver now offers a possibility to use a specific Mongos connection, but I couldn't find any mongoose issue or documentation talking about it. Is it planned for a future release ?


Reply to this email directly or view it on GitHub.

@Marsup
Copy link
Author

Marsup commented Aug 8, 2012

There is no particular problem with the current implementation, the separate class just seem to take advantage of the fact it's dealing with a mongos, notably for read preferences and reconnection mechanism.

@aheckmann
Copy link
Collaborator

Yeah we'll support that soon.

On Wed, Aug 8, 2012 at 7:52 AM, Nicolas Morel notifications@github.comwrote:

There is no particular problem with the current implementation, the
separate class just seem to take advantage of the fact it's dealing with a
mongos, notably for read preferences and reconnection mechanism.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1037#issuecomment-7586090.

Aaron
@aaronheckmann https://twitter.com/#!/aaronheckmann

aheckmann added a commit that referenced this issue Apr 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
Projects
None yet
Development

No branches or pull requests

2 participants