Stephen Mallette created TINKERPOP-2379:
-------------------------------------------

             Summary: Ensure that all driver URL paths are configurable
                 Key: TINKERPOP-2379
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2379
             Project: TinkerPop
          Issue Type: Improvement
          Components: driver
    Affects Versions: 3.4.6
            Reporter: Stephen Mallette


Some drivers allow the connection URL to be directly set which means that it is 
wholly configurable. For example, Javascript allows:

{code}
const g = traversal().withRemote(new 
DriverRemoteConnection('ws://localhost:8182/gremlin'));
{code}

Python allows something similar, but Java and .NET do not. I don't recall a 
reason for that inconsistency and there are times when it seems that such 
options would be helpful.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to