MonkeyDLufy

Results 5 comments of MonkeyDLufy

I might try it during Chinese New Year. Should it be treated as an independent plug-in named `limit_rate,` or should it be placed as an attribute in `proxy_control`?

> Hi @MonkeyDLufy please check the docs here if this is what you are looking for https://apisix.apache.org/docs/apisix/next/tutorials/health-check/#active-check > > Are you having any specific problems in configuring it? `curl http://127.0.0.1:9180/apisix/admin/stream_routes/1...

Thank you for helping me confirm this information. I hope that Apisix can provide support for this feature in the future

I think health check for UDP upstreams is also necessary.

> `def remove_trailing_whitespace(text): lines = text.split('\n') cleaned_lines = [line.rstrip() for line in lines] cleaned_text = '\n'.join(cleaned_lines) return cleaned_text` I've encountered the same issue, so before loading, I will remove all...