You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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] }}
The text was updated successfully, but these errors were encountered: