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 2021/02/04 20:10:00 UTC

[jira] [Updated] (TINKERPOP-2379) Consistent defaults and initialization APIs for drivers

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

Stephen Mallette updated TINKERPOP-2379:
----------------------------------------
    Summary: Consistent defaults and initialization APIs for drivers  (was: Ensure that all driver URL paths are configurable)

> Consistent defaults and initialization APIs for drivers
> -------------------------------------------------------
>
>                 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
>            Priority: Minor
>
> 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)