JunXu Chen
JunXu Chen
Part of https://github.com/etcd-io/etcd/issues/13637
# Background At present, the connection between the Manager API and etcd still follows the habit of the etcd v2 version, creating a watch connection for each resource, which will...
close #16
regular expression for `ngx.re` doesn't work with `string` lib. so we need to implement `core.re` that can compatible with `ngx.re`
envoy doesn't support context for lua currently. using a global var as ctx temporarily.
-- plugin conf: ``` { redirect: { code = 302, uri = "http://www.baidu.com/search/error.html", }, } ``` -- envoy lua code ``` function envoy_on_request(request_handle) -- request_handle, {envoy.resty = ...} -- say(package.path)...