-
I am trying to work out why my usage of `etcd3` in my Python 3 application does not connect to the etcd server, however using `etcd` does.
My server is 3.5.0:
```
curl -L http://127.0.0.1:4001/ve…
-
https://github.com/kragniz/python-etcd3/blob/7e716d8f7be866b11f1337c6c438aafa1cda08c3/etcd3/client.py#L170
when I call the client.close(), it raise:
Etcd3Client has no attribute 'close'
-
* etcd3-py version: 0.1.6
* Python version: 3.7
* Operating System: linux
### Description
I did a large range request and got what looks like an overflow error. I don't see an obvious way to …
-
How would you say etcd3-py compares against etcd3-gateway? Could you work together instead of apparently duplicating effort?
-
* etcd3-py version: current
* Python version: 3.7
* Operating System: any
### Description
```
pip install --upgrade pip # gets you to pip > 20.1
pip install etcd3-py
...
Traceback (mo…
-
https://github.com/microsoft/etcd3/commit/2ca0498a41a65f62f6d4d86cb905cddb94e772da#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L80
`etcd3` v1.1.2 not support nodejs v14
be…
-
Hello,
Suddenly we are facing connection problems between python-etcd3 client and etcd server. Unfortunately error occurs occasionally while prior and subsequent calls work fine. After short analys…
lz006 updated
3 years ago
-
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…
-
Dubbo 3 needs to support other registration centers, configuration centers, and metadata centers except Zookeeper and Nacos to facilitate users to implement different situations and need to be impleme…
-
### What version of gRPC and what language are you using?
grpc v1.45.0
### What operating system (Linux, Windows,...) and version?
Ubuntu 20.04
### What runtime / compiler are you using (e.g. …