[GitHub] [tinkerpop] moayad86 commented on issue #1094: TINKERPOP-2195: Add finally block in HttpGremlinEndpointHandler to commit transaction

2019-04-10 Thread GitHub
We're using a custom Channelizer currently for that purpose, but it seems 
detaching the objects and including the additional data in the strategy is a 
reasonable solution.
Thanks for the information.

[ Full content available at: https://github.com/apache/tinkerpop/pull/1094 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org


[GitHub] [tinkerpop] moayad86 commented on issue #1094: TINKERPOP-2195: Add finally block in HttpGremlinEndpointHandler to commit transaction

2019-04-10 Thread GitHub
We're using a custom Channelizer currently for that purpose, but it seems 
detaching the objects and including the additional data in the strategy is a 
reasonable solution.

[ Full content available at: https://github.com/apache/tinkerpop/pull/1094 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org


[GitHub] [tinkerpop] moayad86 commented on issue #1094: TINKERPOP-2195: Add finally block in HttpGremlinEndpointHandler to commit transaction

2019-04-10 Thread GitHub
ReferenceElementStrategy or a strategy which uses DetachedFactory will solve 
the problem of detaching the objects, but we're using a custom JSON serializer 
to include additional information. I guess it's not going to be possible to 
include those information in that case.

[ Full content available at: https://github.com/apache/tinkerpop/pull/1094 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org