[
https://issues.apache.org/jira/browse/TINKERPOP-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2379.
---------------------------------------
Fix Version/s: 3.6.0
Assignee: Stephen Mallette
Resolution: Done
> 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
> Assignee: Stephen Mallette
> Priority: Minor
> Fix For: 3.6.0
>
>
> 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.
> In addition, some drivers will take a file for configuration and some will
> not. Furthermore, defaults for various settings are different from one driver
> to the next.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)