Closed

Description
As per https://docs.arangodb.com/3.3/Manual/Graphs/Pregel/#requirements-for-collections-in-a-cluster-non-smart-graph, edge collections have to be sharded in a specific way, i.e. the distributeShardsLike
have to be defined as well, but I could not found that in the Java driver.
Could you please add that option to the CollectionCreateOptions
class?