-
Good day fellas!
Is there any possible to create a client by using multiple hosts(say three) in cluster? for example, client = etcd3.client(hosts=[xxxx.xxxx, xxxx, xxx]) and something like this. Or i…
-
@kragniz , after installed etcd3 version 0.7.0, I can't access data in `etcd` when user authentication is enabled. The following is the traceback,
```
In [30]: Etcd3Client(user='root', password='x…
-
### What would you like to be added?
Today, unit-level tests only exist for `*etcd3.store{}`, and cannot be run against any other implementation of `storage.Interface`. In general, these tests defi…
-
The current implementation of method `Etcd3Client.add_watch_callback` will trigger deadlock (block indefinitely) if it is invoked in a watch callback function.
For example:
```python
import tim…
-
python-etcd3 version 0.5.2
client.py
336 for m in self.members:
337 if m.id == status_response.leader:
338 leader = m
339 else:
340 #…
-
Repeatedly calling etcd3.client(...) in a loop will leak lots of memory over time. The main reasons seems to be that this creates a watcher thread every time. This thread is never stopped or deleted t…
-
## Current situation
`locksmith` is highly bound to `etcd`: users who want to have a cluster reboot coordination needs to use `etcd`. The idea is to implement a `FleetLock` client into `locksmith`.…
-
We're in a bit of a weird situation with Key-Value (KV) store support. There don't appear to be any maintained clients for etcd or consul in Python, which is a bit weird. Traefik supports [several](ht…
minrk updated
6 months ago
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
**OS version:** Ubuntu 22.04
**Pulsar version:** 2.11.0 …
-
We're currently (potentially) attaching the same etcd Lease to multiple objects based on the LeaseManager configuration:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiser…