lua-resty-etcd Nonblocking Lua etcd driver library for OpenResty, this module supports etcd API v3.
Dependencies
install by luarocks
luarocks install lua-resty-etcd
install by source
$ git clone https://github.com/iresty/lua-resty-etcd.git
$ cd lua-resty-etcd
$ make dev
$ sudo make install