[
https://issues.apache.org/jira/browse/TINKERPOP-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15588699#comment-15588699
]
Ramzi Oueslati commented on TINKERPOP-1392:
-------------------------------------------
We use a JMeter websocket plugin and send gremlin requests.
Here is a example of JSON sent through the websocket :
{ "requestId":"1d6d02bd-8e56-421d-9438-3bd6d0079ff1",
"op":"eval",
"processor":"",
"args":{"gremlin":"g.V(someNode)",
"bindings":{"someNode":"someValue"},
"language":"gremlin-groovy"}
}
> Remove support for java serialized Traversal
> --------------------------------------------
>
> Key: TINKERPOP-1392
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1392
> Project: TinkerPop
> Issue Type: Improvement
> Components: server
> Affects Versions: 3.2.1
> Reporter: stephen mallette
> Assignee: stephen mallette
> Labels: breaking
> Fix For: 3.2.2
>
>
> Given TINKERPOP-1278 and {{Bytecode}} serialization of a {{Traversal}} the
> old method of serializing {{Traversal}} with java serialization isn't that
> useful. There seems to be little point in deprecating that functionality
> because the only library that supports that protocol is gremlin-driver which
> will now use the new approach. Dropping it completely wouldn't break anyone's
> code though we still should consider it a "breaking" change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)