api7 / lua-resty-etcd

Nonblocking Lua etcd driver library for OpenResty

Home Page:https://api7.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: support watch cancel

Yiyiyimu opened this issue · comments

Since in etcd v3 watch would watch all changes before the timeout, compared to only watch the first change in etcd v2. Thus v3 also supports manually cancel the watch before the watch expires.