On Tue, Jun 6, 2017 at 10:56 AM, Michael Harrison <[email protected]> wrote: > Is there any way to have concurrent access to the same data through two > repositories?
SegmentNodeStore only supports single node setups. For multiple node setup aka cluster you would need to use DocumentNodeStore connected to Mongo or some database backed by DataStore Chetan Mehrotra
