portworx / kvdb

Generic Key-Value interface
Apache License 2.0
40 stars 12 forks source link

etcd: use endpoint parameter instead of the ip+port pair #101

Closed saheienko closed 3 years ago

saheienko commented 3 years ago

Currently the etcd implementation accepts ip+port pair and builds a url with the http scheme. Use endpoint parameter instead of ip+port pair, this provides a way to build the etcd url on the user side with a custom scheme.

Signed-off-by: Serhii Aheienko serhii.aheienko@gmail.com