> mongodb instances in the cluster. However, with this setup, I am confused > how I would have a single OAK instance connect to the various mongodb > instances. Would I need to create a new Repository instance for each? Is > this the right approach?
As of now this is the only possible approach. In such a case you would need to programatically construct the Repository instance per Mongo server to connect to. Going forward once we OAK-3426 implemented this would be much simpler Chetan Mehrotra
