etcd-adapter icon indicating copy to clipboard operation
etcd-adapter copied to clipboard

Embed ETCD into your program in a lightweight manner

Results 20 etcd-adapter issues
Sort by recently updated
recently updated
newest added

1. start etcd-adapter at 2379 with a mysql backend 2. send etcd http watch request ``` curl http://localhost:2379/v3/watch \ -X POST -d '{"create_request": {"key":"Zm9v"} }' ``` get this error response:...

- Which version of apisix is currently supported? - start Error when starting apisix ``` xxx:apisix-2.13.1/ $ apisix start [10:32:24] /usr/local/Cellar/openresty/1.19.9.1_2/luajit/bin/luajit ./apisix/cli/apisix.lua start got malformed key-put message: "{"error":"put is not...

because grpc-gateway doesn't support tls,like: https://github.com/apache/apisix/issues/7280 Is it possible to add an etcd proxy,used in sidecar?

Add Postgres and SQLite drivers and related configuration.

Besides basic unit test cases, we need to setup the E2E test framework, to verify changes are feasible. The logic here is creating some APISIX resources, and use ETCD adapter...

enhancement

I cannot get the key version with etcd client `WithPrevKV()`.

Changesets: - kine is using the latest v0.11.2; which has nats-embedded; possible better standalone option - Implement the new CurrentRevision in kine - Fix Watch method to match latest interface,...

apisix version:3.5.0 apisix-dashboard version: 3.0.1 mysql version:8 when etcd-adapter running,apisix-dashboard logs show “ERROR cmd/root.go:107 etcd connection loss detected”,apisix、apisix-dashboard and etcd-adapter deploy on same vm instance