-
Notifications
You must be signed in to change notification settings - Fork 268
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
Example for connecting to multiple replicas on Mongo Atlas #207
Comments
Have you tried with mongo_api and multiple hosts? |
I think this is same as #196 , this is a much needed feature. |
Hi, this worked for me:
|
It works for me as soon as I add (Note that it never works for me when using escript. ) |
when i add {ssl, true}, it always show a timeout operation. |
(I switched to Sergej's erlmongo package and added ssl support. |
I had great success with this package, and could connect to my Mongo Atlas Cluster.
Right now, I am connected to the primary server, via
mc_worker_api
. Any advice on how to connect to a Mongo Atlas replica cluster properly?Cheers,
Erwin
The text was updated successfully, but these errors were encountered: