Merge branch 'other_dev' of gitlabe1.ext.net.nokia.com:tas/etcd-cpp-apiv3 into other_dev
# Conflicts: # README.md
This commit is contained in:
commit
f4e8406f7c
|
|
@ -12,12 +12,6 @@ etcd-cpp-api is a C++ API for [etcd](ssh://git@bud-git01.emea.nsn-net.net/etcd-c
|
|||
Use https://github.com/coreos/etcd/releases/tag/v3.0.0 onwards.
|
||||
|
||||
## Compatible etcd version
|
||||
While developing the etcd-cpp-api for etcd version 3, we found a bug in etcd and was
|
||||
eventually fixed in master branch(see: https://github.com/coreos/etcd/issues/5504#event-684957506).
|
||||
This means that the etcd to be used with this etcd cpp client should be build from latest sources
|
||||
in etcd master branch.
|
||||
See etcd documentation on how to build etcd from source:
|
||||
https://github.com/coreos/etcd/blob/master/Documentation/dl_build.md
|
||||
|
||||
## Updates from etcdv2 cpp client to etcdv3 cpp client
|
||||
See "handling directory nodes" section
|
||||
|
|
@ -304,4 +298,4 @@ Note: etcdv3 watch functionality uses a stream for both request and response. Th
|
|||
watch a key(s) as long as it will not terminate the stream. However, as stated above existing watch() will
|
||||
return once an event is received for the watch request(a httpv1 limitation) and watch for the key(s) will
|
||||
cancelled. Current set of API does not yet support watching a key(s) for indefinite periods. This functionality
|
||||
can be added in the future releases of etcd-cpp-clientv3.
|
||||
can be added in the future releases of etcd-cpp-clientv3.
|
||||
|
|
|
|||
Loading…
Reference in New Issue