AbsaOSS / AbsaOSS/spline

ArrangoDB connection URL - protocol selection

Abierto
#631 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.