ArrangoDB connection URL - protocol selection
Abierto
component: Persistence
enhancement
- Lenguaje dominante
- Scala
- Estrellas
- 667
- Forks
- 155
- Merge medio
- 3 d 6 h
- PR fusionados (30 d)
- 4
Descripción
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_
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.