Hi, thanks for your work! Please consider to add support of "LoadBalanced" topology https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst#topologytype-loadbalanced Currently it's unable to connect to MongoDB Atlas with this error: ``` (Mongo.Error) The server is being accessed through a load balancer, but this driver does not have load balancing enabled 354 ``` As I know officially supported drivers only need `load_balanced: true` option in this case.
Hi, thanks for your work!
Please consider to add support of "LoadBalanced" topology
https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst#topologytype-loadbalanced
Currently it's unable to connect to MongoDB Atlas with this error:
As I know officially supported drivers only need
load_balanced: trueoption in this case.