lua-resty-etcd icon indicating copy to clipboard operation
lua-resty-etcd copied to clipboard

Nonblocking Lua etcd driver library for OpenResty

Results 19 lua-resty-etcd issues
Sort by recently updated
recently updated
newest added

This requires updating grpc-client-nginx-module first.

This requires updating grpc-client-nginx-module first.

调用readdir方法,打印返回的res.body 发现有的key存在value 有的则没有 但是通过etcdctl 命令他是存在value的 这是为什么 ![image](https://user-images.githubusercontent.com/44921350/196856623-277c21e0-60e0-49bd-88ba-e73255ff3960.png) ![image](https://user-images.githubusercontent.com/44921350/196856718-b4b6475e-1024-47ec-b92f-f4a7c2288243.png) 但是有的key又有value ![image](https://user-images.githubusercontent.com/44921350/196857236-be6b18f1-abc6-4a7e-a81d-c83eba39f976.png)

* Fix #126 * cause to conform to v3.md Signed-off-by: u5surf

ngx.socket.tcp() dose not has method tlshandshake()

Please see this issue on apisix: https://github.com/apache/apisix/issues/7100

Signed-off-by: yiyiyimu So when error is not due to etcd disconnection (`has no healthy etcd endpoint available`), it could correctly return error rather than just continue

Now etcd v3 uses keepalive. When the user has a proxy between APISIX and etcd, and the proxy setting timeout is lower than the time of updating connection in connection...