-
**Describe the bug**
loki v2.9.5 does not support etcd with tls config.
**Expected behavior**
{"level":"warn","ts":"2024-03-16T09:10:20.224Z","logger":"etcd-client","caller":"v3/retry_interce…
-
### What version of gRPC and what language are you using?
1.48.1, Python 3.8.10
### What operating system (Linux, Windows,...) and version?
Ubuntu 20.04.2 LTS
### What runtime / compiler are y…
-
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
-
connected to server and few minutes later call client.get('/xxx'), got error:
```
grpc._channel._Rendezvous:
-
Doesn't look like there's anyway to provide user credentials to the etcd.client object.
-
The following gRPC methods should have comparative functionality in the python-etcd3 API. This issue is to keep track of features that still require some implementation.
Auth
----
- [ ] `AuthEn…
-
Is support for etcd v3 planned?
-
### Description
I put a `str` into etcd and got out `bytes`
### What I Did
```
k, v = "foo", "bar"
...
client.put(k, v)
...
r = client.range(k).kvs[0].key
print(f"{r:
-
## 背景
>由于egg生命周期中,加载配置文件在configWillLoad之前,并且configWillLoad只支持同步方法,导致在实践中希望从配置中心拉取配置,或者希望异步方式加载配置文件的方式无法实现。 官方在issues中提出的在agent进程中获取配置,并写入文件,在worker进程中加载该文件的方式。 经过实践测试发现,好像并不能实现需求,因为,按照官方文档…
-
I want to read the last revision of a key with prefix
```
response = etcd.get_prefix_response(settings.CONF_PREFIX, sort_order='descend', sort_target='mod', limit=1)
print(response.header.revisio…