[
https://issues.apache.org/jira/browse/TINKERPOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835818#comment-16835818
]
ASF GitHub Bot commented on TINKERPOP-2211:
-------------------------------------------
spmallette commented on 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:
[email protected]
> Provide API to add per request option for a bytecode
> ----------------------------------------------------
>
> Key: TINKERPOP-2211
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2211
> Project: TinkerPop
> Issue Type: Improvement
> Components: driver
> Affects Versions: 3.3.6, 3.4.1
> Reporter: Divij Vaidya
> Priority: Minor
> Fix For: 3.3.7, 3.4.2
>
>
> Client does not provide an API to add per-request options to a request
> submission using bytecode.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)