chengxiaolan

Results 17 comments of chengxiaolan

@FinerKeysen hello, we can set the number of retries while passing the request to Upstream using the underlying Nginx mechanism. see: https://apisix.apache.org/docs/apisix/admin-api/#request-body-parameters-3

@liuning89757 hello, health check currently only supports http https tcp protocol, and the default is http.

see https://apisix.apache.org/docs/apisix/plugins/proxy-rewrite/

I think we need to make two improvements: first, the size of the regex_uri array is marked as two on the document. later, we are doing functional optimization, multiple regex_uri...

@spacewander I think the first one is the optimization of the document, the status is easy to misunderstand (ab ---> ababab), the second, multiple regex_uri supported needs to be evaluated.

see https://github.com/apache/apisix/blob/master/docs/en/latest/FAQ.md#how-do-i-use-regular-expressions-regex-for-matching-uri-in-a-route

@zuiyangqingzhou Hi, you can add hosts attribute in service, https://apisix.apache.org/zh/blog/2021/09/29/release-apache-apisix-2.10/#%E6%96%B0%E5%8A%9F%E8%83%BDservice-%E5%A2%9E%E5%8A%A0-hosts-%E5%B1%9E%E6%80%A7

@MagicalBomb Hi, kafka-logger does not support ssl currently , we can optimize it

> I commit one PR, contains this, but test case is not pass…. is this pr https://github.com/apache/apisix/pull/7782/files ?