ArrangoDB connection URL - protocol selection
Aperta
component: Persistence
enhancement
- Lingua principale
- Scala
- Stelle
- 667
- Fork
- 155
- Merge medio
- 3g 6h
- PR unite (30g)
- 4
Descrizione
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_
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.