You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/19 15:47:00 UTC

***UNCHECKED*** [jira] [Commented] (TINKERPOP-1959) Provide a way to submit scripts to the server in gremlin-javascript

    [ https://issues.apache.org/jira/browse/TINKERPOP-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620767#comment-16620767 ] 

ASF GitHub Bot commented on TINKERPOP-1959:
-------------------------------------------

Github user mattallenuk commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/922#discussion_r218858884
  
    --- Diff: gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/server/gremlin-server-integration.yaml ---
    @@ -41,6 +41,7 @@ serializers:
       - { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0, config: { ioRegistries: [org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV1d0] }}
     processors:
       - { className: org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor, config: { sessionTimeout: 28800000 }}
    +  - { className: org.apache.tinkerpop.gremlin.server.op.standard.StandardOpProcessor, config: { maxParameters: 64 }}
    --- End diff --
    
    No we don't I'd just read somewhere that it was the recommended. I'll remove that option so the default is used.


> Provide a way to submit scripts to the server in gremlin-javascript
> -------------------------------------------------------------------
>
>                 Key: TINKERPOP-1959
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1959
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: javascript
>    Affects Versions: 3.2.8
>            Reporter: stephen mallette
>            Priority: Critical
>
> It is currently only possible to submit bytecode based requests to the server with gremlin-javascript. We should also provide some means for submitting scripts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)