You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/05/08 18:58:25 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode

spmallette opened a new pull request #1110: TINKERPOP-2211 Add API which allows per-request option for bytecode
URL: https://github.com/apache/tinkerpop/pull/1110
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-2211
   
   Support `RequestOptions` with the Java driver using `TraversalSource.with()`. This PR replaces #1109
   
   ```text
   g = traversal().withRemote(...);
   g.with(PER_REQUEST_TIMEOUT, 500L).V().has(...).out().....
   ```
   
   Builds with `mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false`
   
   VOTE +1

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services