Yilialinn opened a new pull request, #13215: URL: https://github.com/apache/apisix/pull/13215
## Summary Re-port the `limit-conn` plugin documentation from [API7 docs](https://docs.api7.ai/hub/limit-conn) with all three configuration tabs: - **Admin API** (curl commands) - **ADC** (declarative YAML) - **Ingress Controller** (Gateway API and APISIX CRD sub-tabs) ### Changes from existing doc - Added ADC and Ingress Controller tabs to all 6 example sections - Updated attribute table with correct types and constraints from source code audit: - `redis_cluster_nodes`: corrected from "at least two addresses" to "at least one address" (source: `minItems = 1`) - Added `key_ttl` attribute (integer, default 3600, for redis/redis-cluster) - `rules.conn` and `rules.burst`: documented as `integer or string` (supports variable expressions) - Added "Rate Limit by Rules" section (available from APISIX 3.16.0) - Both EN and ZH docs updated in this PR Ref: https://github.com/api7/docs/issues/892 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
