ArrangoDB connection URL - protocol selection
未关闭
component: Persistence
enhancement
- 主要语言
- Scala
- 星标
- 667
- 派生
- 155
- 平均合并
- 3 天 6 小时
- 30 天内合并 PR
- 4
描述
I propose to change the connection URL schema. Instead of `arangodb` we could use the protocol that will be actually used for the connection, e.g:
```
# unsecured
vst://
http+json://
http+vpack://
# secured
vst+ssl://
https+json://
https+vpack://
```
For backward compatibility, we can also leave `arangodb://`, that would mean a default protocol (currently `vst`).
_Originally posted by @wajda in https://github.com/AbsaOSS/spline/issues/620#issuecomment-604449120_
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。