ArrangoDB connection URL - protocol selection
Aberta
component: Persistence
enhancement
- Linguagem predominante
- Scala
- Estrelas
- 667
- Forks
- 155
- Merge médio
- 3d 6h
- PRs com merge (30d)
- 4
Descrição
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_
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.