-
### What version of gRPC and what language are you using?
grpc-v1.46.0
C++11
### What operating system (Linux, Windows,...) and version?
Centos 7.2
Linux-kernel-3.10
### What runtime / c…
sclei updated
7 months ago
-
Any thoughts on supporting asyncio? Anyone working on this?
I think we could use https://github.com/hubo1016/aiogrpc to provide an asyncio version of this module.
It doesn't necessarily have to…
-
- [ ] auto retry between endpoint
- [ ] auto balance between endpoint
-
gRPC is nice, but is awkward to deploy in some situations (using eventlet, running on musl libc, and other problems with the C library). The HTTP proxy API appears to be in a better state these days, …
-
**Goal**
Create a Salt module to generate and store a snapshot of an `etcd` cluster state, e.g. for backup purposes.
**Delivery**
The Salt module.
-
Seems by default tenacity 7.0.0 is being pulled in and causes the below exception:
```
File "python3.8/site-packages/etcd3/locks.py", line 136, in __enter__
self.acquire()
File "python3.8/…
-
I tried to install python-etcd over arm64 machine , but it is failed
Please refer the following information
**[Enviroment]**
node01-2468a:/tmp # uname -a
Linux node01-2468a 4.12.14-197.10-default …
-
**My Environemnt:**
* 2 Vagrant Boxes (Ubuntu 20.04)
* K8s v1.20.11
* containerd://1.4.11
* Helm v3
I followed the quick guid steps to create a vCluster as in [here ](https://www.vcluster.com/docs/q…
-
Currently, any users who accesses MDS(etcd) can `list` and use(`mount`) volumes. To avoid accident, access control should be implemented.
There may be many ideas, but I personally think these two are…
-
This is a tracking issue for the work that needs to be cleaned-up after API streaming is implemented ([KEP]: https://github.com/kubernetes/enhancements/issues/3157)
TODO:
- [ ] apiserver: once …