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 還沒有評估資料。