于奇全

Results 5 issues of 于奇全

### Description 我原先使用的是2.13.2版本 升到2.15.0 后在config.yaml中配置,apisix的部分没有效果,必须在config-default.yaml中进行配置 比如 ![image](https://user-images.githubusercontent.com/44921350/189854936-ec925716-2a84-462d-979b-d3c776677ac6.png) 启动后发现压根无效 ![image](https://user-images.githubusercontent.com/44921350/189855260-b0e87ab1-8e90-4def-8263-7cb6b5230b95.png) 在报错的路径中压根找不到/home/apisix/plugins/ 目录 而且我配置了control ![image](https://user-images.githubusercontent.com/44921350/189855569-b5648865-bbe0-4f3e-9f06-98d4abd66904.png) 在lua中使用 ![image](https://user-images.githubusercontent.com/44921350/189855766-7cd6218c-1211-450d-8670-231c6719bc4b.png) 它报错为nil ![image](https://user-images.githubusercontent.com/44921350/189855985-db0abeb5-e21f-4721-85a6-2158ca6cfce1.png) 由此可见我的config.yaml文件中有关apisix的配置失效了 但是我的另一台升完级后 这样配置是正常的 为什么!!! ### Environment - APISIX version (2.15.0):

调用readdir方法,打印返回的res.body 发现有的key存在value 有的则没有 但是通过etcdctl 命令他是存在value的 这是为什么 ![image](https://user-images.githubusercontent.com/44921350/196856623-277c21e0-60e0-49bd-88ba-e73255ff3960.png) ![image](https://user-images.githubusercontent.com/44921350/196856718-b4b6475e-1024-47ec-b92f-f4a7c2288243.png) 但是有的key又有value ![image](https://user-images.githubusercontent.com/44921350/196857236-be6b18f1-abc6-4a7e-a81d-c83eba39f976.png)

访问一个接口 ,大致使用如下代码实现 ![image](https://user-images.githubusercontent.com/44921350/197477260-f75b46b4-5ad7-427c-9dd8-b664b9761001.png) 第一次访问是正常的 ![image](https://user-images.githubusercontent.com/44921350/197477361-268823f9-b578-4a3b-ad42-300eee024980.png) 紧接着第二次就会出错 ![image](https://user-images.githubusercontent.com/44921350/197477439-2fc9e952-9d5d-4de2-a07a-75c3914a2826.png) 按理说设置了连接池不应该这样啊 而且我发现无论如何访问 都是一次正常访问 一次会出现超时情况 很奇怪

想要使用 ngx.balancer 设置在 404 的时候进行重试,ngx.balancer 支持吗

Using version 0.23 of lua-resty-kafka to communicate with a version 1.0 Kafka broker results in an UNSUPPORTED_VERSION error. Through my research, I found that the version used for communication with...