Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
1.2
-
None
-
None
-
All
Description
As a developer using spring bean configuration I would like to easily setup an configured com.mongodb.Mongo bean, no matter if I am using a simple test instance (1) or replica pairs (2) with the help of one, simple connection string. I think the PHP driver has already implemented this connection string parsing mechanism.
(1) new Mongo("localhost:27017")
(2) new Mongo("left.example.org:27017,right.example.org:27017")