Cole-Greer opened a new pull request, #1939:
URL: https://github.com/apache/tinkerpop/pull/1939

   https://issues.apache.org/jira/browse/TINKERPOP-2841
   
   In my testing, the go glv was not sending per-request options correctly to 
the server. Go was passing request options inside the gremlin script bindings 
map instead of within the args portion of the request message.
   
   This PR re-implements the per-request settings by adding new 
Client.SubmitWithOptions() and DriverRemoteConnection.SubmitWithOptions() 
methods. Both original Submit() methods are unchanged in their behavior so this 
will not break any users.
   
   This PR introduces a new `RequestOptions` struct and builder which is used 
to configure per-request settings and passed into the new SubmitWithOptions() 
methods.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to