Skip to content

Commit

Permalink
Gh-359: Add Tinkerpop serializer (#360)
Browse files Browse the repository at this point in the history
add serializer
  • Loading branch information
cn337131 authored May 20, 2024
1 parent 762acc1 commit c3b06f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/gaffer-gremlin/conf/gaffer-gremlin-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ serializers:
- { className: org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1 }
# application/vnd.graphbinary-v1.0-stringd
- { className: org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1, config: { serializeResultToString: true }}
- { className: org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3, config: { ioRegistries: [org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV3] }}

metrics: {
slf4jReporter: {enabled: true, interval: 180000}
Expand Down

0 comments on commit c3b06f2

Please sign in to comment.