Closed
Description
We're using 3 different clients, some are reaching through directly vs. using wrapped storage layer.
Clients include:
etcd3-v2-client
etcd3-v3-client
go-etcd (old) client
Version
latest master
Upstream we've wrapped all invocations through a factory in the storage layer, we should push all these instances through a similar mechanism or wrap appropriately to allow for switch, as etcd3 does not support a mixed-mode data. e.g. - registry using v3mode, locking + other stuff using v2mode