giovibal commented on pull request #1374:
URL: https://github.com/apache/tinkerpop/pull/1374#issuecomment-748892525


   > When I'd said that Gremlin Server had configured reference elements by 
default I meant that the out of the box server setup did that. If you 
configured Bitsy it's likely that you didn't add `ReferenceElementStrategy` to 
that setup. It also assumes you were likely using Java to connect to that 
server which is the only language that will support non-references.
   
   Found it: we use custom .groovy initialization with our custom strategies, 
our docker build overwrite default .groovy and this is our final line:
   
   ```
   globals << [g : graph.traversal()]
   ```
   
   instead of the standard from v3.4.6:
   
   ```
   globals << [g : 
graph.traversal().withStrategies(ReferenceElementStrategy.instance())]
   ```
   and yes: we use java client.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to