-
pypi requires the packages to have unique names. In the case of this project once installed the package name is etcd3 instead of python-etcd3 This makes it incompatible if a user needs to install anot…
-
* etcd3-py version:0.1.6
* Python version:
* Operating System:
### Description
pypi requires the packages to have unique names. In the case of this project once installed the package name is etc…
-
```
import etcd3
import time
from threading import Thread
def keeper():
client = etcd3.client(host="xx.xxx.xxx.xx", port=2379)
lease = client.lease(ttl=10)
lease.refresh()
…
-
To reproduce, run make a `watcher.py`:
```python
import etcd3
etcd = etcd3.client()
etcd.put('/doot/watch', 'dfdd')
for event, cancel in etcd.watch_prefix('/doot/watch'):
print(event…
-
I am getting the following error when I tried to authenticate using username and password.
_**Though using grpcio==1.44.0 solved the issue for now**_
Just created this issue so that others can …
-
https://github.com/kragniz/python-etcd3/blob/master/etcd3/client.py#L108
As of right now if no certs are provided it's assumed it's an insecure connection. We should be setting the default grpc ch…
-
* etcd3-py version: `0.1.6`
* Python version: `3.6.9`
* Operating System: `Ubuntu 18.04`
### Description
##### My setup:
I am using an API with `aiohttp`. For every request received, an `Ai…
-
In order for services to behave themselves while the underlying etcd cluster is mutating (old nodes being replaced by new nodes) how can I tell my Etcd3 instance to abandon certain endpoints and adop…
-
**Description**:
The callback thread throws an exception when calling close on client if a watch has been started. Even if the watch is canceled the thread remains and throws a ValueError at etcd3/w…
-
I have installed etcd3:
```
etcd3==0.12.0
- grpcio [required: >=1.27.1, installed: 1.49.1]
- six [required: >=1.5.2, installed: 1.16.0]
- protobuf [required: >=3.6.1, installed: 4.21.7]…