You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2021/05/11 12:01:00 UTC

[jira] [Created] (TINKERPOP-2562) Remove GraphSON 2 option in TraversalOpProcessor

Stephen Mallette created TINKERPOP-2562:
-------------------------------------------

             Summary: Remove GraphSON 2 option in TraversalOpProcessor
                 Key: TINKERPOP-2562
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2562
             Project: TinkerPop
          Issue Type: Improvement
          Components: server
    Affects Versions: 3.4.11
            Reporter: Stephen Mallette


There is an option for the {{TraversalOpProcessor}} to take a GraphSON 2 string rather than a {{Bytecode}} object. Perhaps that is the way it is for legacy reasons - not sure, but being bound to GraphSON 2 seems odd. Need to investigate further, but I would think that we just want to expect a {{Bytecode}} object and that's it:

https://github.com/apache/tinkerpop/blob/3.4.11/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/op/traversal/TraversalOpProcessor.java#L82



--
This message was sent by Atlassian Jira
(v8.3.4#803005)