AbsaOSS / AbsaOSS/spline

ArrangoDB connection URL - protocol selection

Open
#631 0 comments 0 reactions 0 assignees View on GitHub
component: Persistence enhancement
Dominant language
Scala
Stars
667
Forks
155
Avg merge
3d 6h
Merged PRs (30d)
4

Description

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_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.