[
https://issues.apache.org/jira/browse/TINKERPOP-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404712#comment-16404712
]
ASF GitHub Bot commented on TINKERPOP-1914:
-------------------------------------------
GitHub user javeme opened a pull request:
https://github.com/apache/tinkerpop/pull/821
TINKERPOP-1914 Support construct a GremlinServer instance from gremlin
executor service
https://issues.apache.org/jira/browse/TINKERPOP-1914
This constructor is useful when Gremlin Server is being used in an embedded
style and there is a need to share thread pools with the hosting
application.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/javeme/tinkerpop gremlin-server-executor-tp33
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/821.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #821
----
commit d3dbd13777f91ec1cd94fc83d309300c6181d29a
Author: Jermy Li <javaloveme@...>
Date: 2018-03-08T11:10:48Z
Support construct a GremlinServer instance from gremlin executor service
This constructor is useful when Gremlin Server is being used in an embedded
style and there is a need to share thread pools with the hosting
application.
----
> Support construct a GremlinServer instance from gremlin executor service
> ------------------------------------------------------------------------
>
> Key: TINKERPOP-1914
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1914
> Project: TinkerPop
> Issue Type: Improvement
> Components: server
> Reporter: Jermy Li
> Priority: Major
>
> This constructor is useful when Gremlin Server is being used in an embedded
> style and there is a need to share thread pools with the hosting application.
> A constructor that can do this has been removed since:
> [https://github.com/apache/tinkerpop/commit/67cd592742cc84cefdb1368a374119e7d4290e1e#diff-38a2e38559996e996423c0ca2ff597fbL128],
> which results in incompatible with the existing code.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)