-
1、这个组件当前只能支持到client v2,使用新版的etcd需要在启动etcd的时候开启v2接口兼容`ETCD_ENABLE_V2=true` 或者 `--enable-v2=true`。
2、v3版本的存储库和v2版本的存储库物理分离,所以使用v3版本客户端上传的数据不能在v2接口中使用。
-
The sd/etcd and sd/etcdv3 integration tests are extremely flaky. I can generally expect them to trigger build failures on every PR. [Here is one example](https://circleci.com/gh/go-kit/kit/1858).
I…
-
Hi!
I'm having trouble watching etcd keys after authorization has been enabled on my etcd cluster.
Remco return errors lile this:
`2023-06-15T22:31:08.947+0000 [ERROR] error: backend=etcdv3 pre…
-
etcdv3 client.
some error message:
status = StatusCode.UNAUTHENTICATED
details = "etcdserver: invalid auth token"
I found some issue about jetcd client,but nothing for python. How can i fix th…
-
Recent versions of etcdv3 allow specifying watch_id in WatchCreateRequest, as described [here](https://github.com/microsoft/etcd3/blob/master/proto/rpc.proto#L635). This would allow attaching multiple…
-
It's just happened when trying running the quick-start in the redmi file
```
const { Etcd3 } = require('etcd3');
const client = new Etcd3();
(async () => {
await client.put('foo').value('ba…
-
```
$ ETCDCTL_API=3 etcdctl --user=root:root --endpoints="https://127.0.0.1:32771" put someprefix/somekey "somevalue"
$ ETCDCTL_API=3 etcdctl --user=root:root --endpoints="https://127.0.0.1…
-
### Feature request description
Hi, I have a working implementation of an Etcd container, but in order to test it, the appropriate crate that would be required is https://github.com/etcdv3/etcd-clien…
-
-
relate https://github.com/nacos-group/nacos-sdk-rust/issues/122
- grpc 实现 tls ,设置相关参数开启 tls
- see https://github.com/rustls/rustls
- see https://crates.io/crates/tokio-rustls
> 最新版 nacos-ja…