Michele Rastelli
Michele Rastelli
Server bug tracked here: https://arangodb.atlassian.net/jira/software/c/projects/BTS/issues/BTS-209
related slack thread: https://arangodb-community.slack.com/archives/C07NV9NAH/p1573818483191000 Also consider: https://opentelemetry.io
This is currently not supported. To work around it you can manually remove the edges with a custom AQL query.
Since ArangoDB graphs API does not support overwriting (https://www.arangodb.com/docs/stable/http/gharial-edges.html#create-an-edge), it is not suitable for implementing `save` method in `ArangoRepository`, which requires insert/replace behavior. Therefore for the moment, support to named...
Thanks for this awesome contribution, I will review it as soon as I will have time.
This is currently not supported. To work around it you can write a custom AQL query performing a traversal of depth 1 in any direction and use it from `@Query`...
@wildroco thanks for pinging! I will look into it and update this thread about any progress. Also consider that support for new Spring Reactive Transactions (https://spring.io/blog/2019/05/16/reactive-transactions-with-spring) will be only possible...
@wildroco , the work has not been planned yet, so it is hard to make any estimation. For urgent production needs I would recommend you directly using streaming transactions from...
We have it in our plans for 2022.