-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Major Change
-
None
-
None
-
None
-
None
-
None
-
None
I think if we can modify the mongo_client api or create another api to let the users can passin more hosts nor the only one. like
mongo_client("localhost:27018,rock.mongodb.example.com");
This will break the backward compatibility, but looks more consistant with other drivers.
Especially it's convient when we can support auto failover and other more useful functionalities in the future?