Closed
Description
This is perhaps not an issue but me not knowing the API well as I am new to ArangoDB. Using the driver version 3.1.x I noticed there isn't a way to configure the number of shards & replication when using the ArangoDriver.createGraph API.
Instead I have to use the ArangoDriver,createCollection and specify the CollectionOptions with the number of shards. I would expect the replication factor to be available in this class but it is not. Is there a way to change the replication factor using the java API? If so, where is it located?
Currently setup is a 3 node cluster using the lateset version of ArangoDB each node running agency, primaryDB and coordinator.