Alex Zhang

Results 411 comments of Alex Zhang
trafficstars

Currently, not. Do you have any idea about it?

No, you cannot (at least for now). The ETCD proxy is just a transparent proxy and you still have to use the gRPC protocol from APISIX, which has not been...

> > No, you cannot (at least for now). The ETCD proxy is just a transparent proxy and you still have to use the gRPC protocol from APISIX, which has...

Also, there is a trap that only url leads by scheme will be in effective. URLs like apisix.apache.org will be handled as the relative url. cc @nic-6443

Agree +1 from me. It's my understanding that plugin reload is a "foreign" operation in Admin API. It doesn't like other operations which focus on specific objects.

First of all, protocol conversion will take some time which is not avoidable. There is a trade-off. What we can do is enhance the implementation of gRPC Transcode and make...

It's up to you. Kubernetes service discovery just implements the service discovery, it cannot do things like Certificates management via Kubernetes secrets (in the case of Ingress Controller, it's feasible)....

> ![image](https://user-images.githubusercontent.com/12572997/188053372-cd0f8a0c-909b-40d0-972e-0ab6015bbdc0.png) The `file:flush` calls `fflush()` and it's thread-safe.

@monkeyDluffy6017 What did you mean by saying the "default buffer"? file-logger doesn't like the Nginx error log printer which has the 4K hard limitation.

> luajit's io interface `io.write` will use `fwrite`, for `fwrite` in glibc, it does have a buff, and we can set buff with `setvbuf`. But what about the default buffer...