You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2018/12/17 18:59:01 UTC

[jira] [Work started] (TINKERPOP-2110) Allow Connection on Different Path (from /gremlin)

     [ https://issues.apache.org/jira/browse/TINKERPOP-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on TINKERPOP-2110 started by stephen mallette.
---------------------------------------------------
> Allow Connection on Different Path (from /gremlin)
> --------------------------------------------------
>
>                 Key: TINKERPOP-2110
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2110
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: driver
>    Affects Versions: 3.3.4
>            Reporter: Antony Scerri
>            Assignee: stephen mallette
>            Priority: Major
>
> Hi
> It appears that the Java driver for Gremlin clients only supports connecting to hosts on a fixed path (/gremlin). This is based on the code in tinkerpop/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Host.java 
> The function makeUriFromAddress doesn't provide a method for customizing the path to use. The need arises from proxying multiple server instances through a simple NGINX type proxy where you want to host each one under a different path, currently you would need to use a different hostname or port on the proxy which isn't so desirable. It would seem a relatively simple non breaking change and provides a little bit more flexibility in usage. Other clients like the Python one provide this naturally through passing of the websocket URL.
> Thanks
> Tony 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)