Michael Maier

Results 27 comments of Michael Maier

Hi Edouard, maybe you would like to try out [this](https://github.com/zookzook/elixir-mongodb-driver).

@bryansray: sorry for the 'advertising' for the https://hex.pm/packages/mongodb_driver. If I remember correctly, I implemented the support for views, because I needed it myself. Maybe you can try it. I just...

Unfortunately I didn't have the possibility to use a load balancer configuration. There is some work to do to support load balancer. For example the monitoring changes in the case...

No progress so far, I need an environment using a load balancer. There are some changes mentioned in the specifications when using a load balancer.

Good question :-) I believe, it is about driver details introduced by MongoDB 6. Or new options for existing operations.

Please try to upgrade the driver to the latest version. You are using an old one.

I believe, the error is returned by the erlang DNS stuff: ``` res_error() = formerr | qfmterror | servfail | nxdomain | notimp | refused | badvers | timeout ```...

In the case of ssl you need to extend the configuration. Erlang does not use the local ca certs of the OS. Check the readme regarding the SSL configuration.

Hey ksmithut! The `:sort` keyword belongs to the option of the `find` function. First, you can just avoid specifying an empty list for the sort option. But we can extend...

The MongoDB driver 1.4.0 contains the changes needed for this PR.