gchq / gaffer-docker

Gaffer Docker images and associated Helm charts for deploying on Kubernetes
https://gchq.github.io/gaffer-docker
Apache License 2.0
30 stars 36 forks source link

Gaffer gremlin should have tinkerpop v3 serialiser in by default #359

Closed tb06904 closed 4 months ago

tb06904 commented 4 months ago

The current gremlin server yaml file is missing the serialiser for v3 tinkerpop JSON by default this should be added so modern tooling can talk to it rather than using the v1 fallback.

Basically just needs following adding to the yaml:

- { className: org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3, config: { ioRegistries: [org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV3] }}