From e0a59dfaba7a87143c34655ec8448d4dbb393e01 Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Fri, 23 Aug 2019 10:19:23 +0800 Subject: [PATCH] doc: how to create apisix cluster. Fix https://github.com/iresty/apisix/issues/360. --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ec9c1df..a3f93f07 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ For more detailed information, see the [White Paper](https://www.iresty.com/down - **Version Control**: Supports rollbacks of operations. - **CLI**: start\stop\reload APISIX through the command line. - **REST API** -- **Clustering** +- **Clustering**: APISIX nodes are stateless, creates clustering of the configuration center, please refer to [etcd Clustering Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/v2/clustering.md). - **Scalability** - **High performance**: The single-core QPS reaches 24k with an average delay of less than 0.6 milliseconds. - **Anti-ReDoS(Regular expression Denial of Service)** diff --git a/README_CN.md b/README_CN.md index 187b33bf..bb960217 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,7 +47,7 @@ APISIX 通过插件机制,提供动态负载平衡、身份验证、限流限 - **版本控制**:支持操作的多次回滚。 - **CLI**: 使用命令行来启动、关闭和重启 APISIX。 - **REST API** -- **集群** +- **集群**: APISIX 节点是无状态的,创建配置中心集群请参考 [etcd Clustering Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/v2/clustering.md)。 - **可扩展** - **高性能**:在单核上 QPS 可以达到 24k,同时延迟只有 0.6 毫秒。 - **防御 ReDoS(正则表达式拒绝服务)**