罗泽轩

Results 400 comments of 罗泽轩

GFM现在支持表格了。 表格 你可以使用若干列文字并于第一行下面用转折号`-`分开它们,然后用管道符`|`隔开每一列: ``` First Header | Second Header ------------- | ------------- Content Cell | Content Cell Content Cell | Content Cell ``` 为了看上去美观,你也可以在两端加上额外的管道符: ``` | First Header | Second...

We have discussed this before. Using multiple yaml files in the standalone mode is too complex. It would be easier to solve it in an agent which prepares the yaml...

You can extend it via adding new code to https://github.com/api7/apisix-nginx-module/tree/main/patch

Looks like those two things can be done in Lua land so there is no need to patch. What about your opinion? Replace `ngx.balancer`, of course, is unacceptable.

> Can't get tcp error in log_phase, so can't enable passive tcp check in log_phase OK, seems there is no way to distinguish tcp error from the HTTP error in...

@marziman I just submitted https://github.com/apache/apisix/pull/7939/files for it. Does adding `grpc_set_header "Host" $upstream_host;` ahead of `grpc_set_header Content-Type application/grpc;` in `apisix/cli/ngx_tpl.lua` solve your problem?

> 2021/08/19 14:39:40 [error] 98#98: 1564 [lua] plugin.lua:178: load(): failed to load plugins: failed to read plugin list from local file, context: init_worker_by_lua The error indicates that `plugins` can't be...

LuaJIT manages the GC total count in the GCState.total field, so it won't depend on the host's memory info.

> client_body_buffer_size 10240m This buffer is preallocated per request. If you want to reduce disk io, you can configure to avoid request buffering via https://apisix.apache.org/docs/apisix/plugins/proxy-control