lua-resty-etcd
lua-resty-etcd copied to clipboard
Nonblocking Lua etcd driver library for OpenResty
This requires updating grpc-client-nginx-module first.
This requires updating grpc-client-nginx-module first.
调用readdir方法,打印返回的res.body 发现有的key存在value 有的则没有 但是通过etcdctl 命令他是存在value的 这是为什么   但是有的key又有value 
* 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
same as v2 protocol.
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...