Right now, I have configuration setting for morphia talks to one MongoDB from Play!. If I have multiple MongoDB instances (could be shards or replicas), how could I reach them from Play!
If you have a replicaset, providing just 1 member in the configuration will be enough for the Java Driver to find out the primary and secondaries.