More powerful connection string (like PHP driver has)

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.3
    • Affects Version/s: 1.2
    • Component/s: None
    • None
    • Environment:
      All
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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")

              Assignee:
              Eliot Horowitz (Inactive)
              Reporter:
              Niko Schmuck
              None
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: