Re: Apisix lua

2023-06-22 Thread Abhishek Choudhary
You can checkout the following link to understand the apex packaging process: https://github.com/api7/apisix-build-tools/blob/4d424d394bdc44cb91051b281750c75696181c4c/package-apisix.sh#L51-L69 Regards, Abhishek. On Thu, 22 Jun 2023 at 16:47, Slava wrote: > Hello Everyone, > I am trying generat

RE: Apisix lua

2023-06-22 Thread Ashish Tiwari
lua-resty-dns-client requires Lua version >=5.1 and <5.4. So it will not work with Lua 5.4. The recommended version with Apisix is Lua 5.1. Thanks, Ashish On 2023/06/22 11:01:47 Slava wrote: > Hello Everyone, > I am trying generate rpm and have some questions > > 1. What most recent version of

Proposal: Refactoring Admin API for Plugins resource

2023-06-22 Thread Ashish Tiwari
Background The current implementation of fetching plugins is ambiguous and confusing. Few examples are below: If you pass random strings into the subsystem query, it still defaults to the result for http: curl "http://127.0.0.1:9180/apisix/admin/plugins?all=true&subsystem=strm"; | jq 'length'

Apisix lua

2023-06-22 Thread Slava
Hello Everyone, I am trying generate rpm and have some questions 1. What most recent version of lua need to use ? 2. I checked Makefile and seems that not possible specify lua version to build dependencies. apisix master-0 depends on api7-lua-resty-dns-client 7.0.1 (not installed) Warning: Fa