Alex Zhang
Alex Zhang
 We don't need to care the etcd hosts setting once we disable it.
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. * The sister PR: https://github.com/openresty/meta-lua-nginx-module/pull/69 * Relevant issue: https://github.com/openresty/stream-lua-nginx-module/issues/167
The `lindex` method returns the element at index `index` in the shared dict list. Just like the `LINDEX` of Redis. I hereby granted the copyright of the changes in this...
The other PR is https://github.com/openresty/lua-nginx-module/pull/1479. I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.
The ngx.var API only returns a Lua string in case of success or `nil` if failure. So check whether the header is a Lua table is superfluous.
Hello! Recently I'm working on developing some features based on this library. However, it seems that the `websocket.client` doest not check the status code, headers when handshaking. This may need...
### Current State I don't know the default log format for each logger (except the Kafka logger) in APISIX website. ### Desired State I hope the default log format can...
Currently, we write CRDs by ourselves, it's tedious and error-prone. We should use tools like [controller-gen](https://book.kubebuilder.io/reference/controller-gen.html) to generate them so that we can focus on the changes of go data...