Alex Zhang

Results 408 comments of Alex Zhang

> > Supports using functions in OpenFunction as routing "upstream" via plugins to enable access to Faas functions. > > So the function to be executed is directly in the...

Technically, this feature gets involved in the preemptive schedule of Lua threads (you plugin codes might always run on CPU). I'm interested into the scenario that you want to solve....

> That's it! It's really CPU-bound. I'm building a WAF plugin, based on Lua code and a Rust dylib. > > It has hundreds of rules, most of them are...

@pguokun What about other metrics like QPS, CPU?

Memory allocated by `client_boy_buffer_size` is not managed by LuaJIT. It will be recycled after the request finalizing.

Where are the APISIX related configurations? Please also show them.

@luoyin63 Please paste much information here. 1. The route you created 2. How did you send requests to APISIX (and show us the response).

> I send requests to APISIX APISIX Dashboard Could you paste the elaborate route configuration and the request/response?

@botsphp You cannot implement this need via `redirect` plugin, but you can support it by using the `serverless-function` plugin. See https://apisix.apache.org/docs/apisix/plugins/serverless/ for more details.