于奇全
于奇全
我自定义了一个info-report插件,文件放在/tmp/apisix/plugins/目录下  对config.yaml进行配置  启动出现错误  但是如果配置到config-default文件中就成功启动,不知道为什么
ngx.balancer的重试机制好像只有在机器故障,或者是超时的时候才进行重试 如果机器是正常的,只是返回的状态码异常,是不会触发重试机制的,这个时候 local state, status = b.get_last_failure() 返回的结果是nil,nil 最关键的是如何触发这个重试机制
https://user-images.githubusercontent.com/44921350/196856718-b4b6475e-1024-47ec-b92f-f4a7c2288243.png 这个是我调用readdir函数查询 key为/wo 的返回信息 是没有value的 但是 通过etcdctl get /wo命令查询他是有value的
https://github.com/apache/apisix/issues/8138 我是在apisix环境中调用的这个 我把我遇到的问题复现了一遍
> see https://github.com/openresty/lua-resty-limit-traffic/blob/master/lib/resty/limit/req.lua#L68C3-L68C4 [@rahulracker7539](https://github.com/rahulracker7539) [@dimon-v](https://github.com/dimon-v) How many workers are running? Based on my recent tests and research using this feature, I found that when the concurrency of multiple workers gets...
I also encountered the same issue with Kafka version 1.x. By modifying the code as described above and setting api_version to 1, I was able to send messages to Kafka...