EmilyKeer commented on code in PR #1689:
URL: https://github.com/apache/apisix-website/pull/1689#discussion_r1332380849


##########
blog/zh/blog/2023/09/20/apisix-3.5-preview.md:
##########
@@ -0,0 +1,112 @@
+---
+title: "Apache APISIX 3.5 新特性揭秘:全面预览"
+authors:
+  - name: Ming Wen
+    title: Author
+    url: https://github.com/moonming
+    image_url: https://avatars.githubusercontent.com/u/26448043?v=4
+  - name: Yilia Lin
+    title: Technical Writer
+    url: https://github.com/Yilialinn
+    image_url: https://avatars.githubusercontent.com/u/114121331?v=4
+keywords:
+  - 开源社区
+  - API 网关
+  - Apache APISIX
+description: APISIX 3.5 
引入了一系列令人振奋的新特性,将为用户带来更高级别的安全性、性能和可扩展性,从而为用户提供更多选择,使得在构建和管理 API 时变得更加便捷和灵活。
+tags: [Ecosystem]
+image: https://static.apiseven.com/2022/10/19/634f6677742a1.png
+---
+
+APISIX 3.5 引入了一系列令人振奋的新特性,将为用户带来更高级别的安全性、性能和可扩展性,从而为用户提供更多选择,使得在构建和管理 API 
时变得更加便捷和灵活。
+<!--truncate-->
+
+## APISIX 简介
+
+[Apache APISIX](https://apisix.apache.org/zh/),新一代云原生 API 网关,是 Apache 
软件基金会顶级项目。APISIX 是一个动态、实时、高性能的云原生 API 
网关,提供了负载均衡、动态上游、灰度发布、服务熔断、身份认证、可观测性等丰富的流量管理功能。Apache APISIX 基于 NGINX 和 LuaJIT 
构建,具有超高性能,单核 QPS 高达 23000,平均延迟仅为 0.2 毫秒。它不仅能解决传统架构中的问题,同时更适应了云原生时代的需求。
+
+APISIX 社区活跃,生态丰富,拥有近 100 个开源插件,涵盖网络安全、性能优化、负载均衡、监控日志和流量管理等场景,为用户提供了强大而灵活的 API 
网关解决方案。[APISIX](https://github.com/apache/apisix) 是目前 GitHub 上最活跃的 API 
网关项目,每天处理超过 1 万亿次的 API 调用,并且这个数字仍在不断增长。
+
+![APISIX 
Architecture](https://static.apiseven.com/uploads/2023/09/21/kJDnBMVX_APISIX%20Architecture.png)
+
+APISIX 的出现[解决了 NGINX 
的两大痛点](https://apisix.apache.org/zh/blog/2022/07/30/why-we-need-apache-apisix/)。首先是
 NGINX 不支持集群管理。几乎每家互联网厂商都有自己的 NGINX 配置管理系统,系统虽然大同小异但是一直没有统一的方案。其次是 NGINX 
不支持配置的热加载。很多公司一旦修改了配置,重新加载 NGINX 的时间可能需要半个小时以上。并且,在 Kubernetes 
体系下,上游会经常发生变化,如果使用 NGINX 来处理就需要频繁重启服务,这对于企业是不可接受的。APISIX 
支持集群管理和动态加载,提供了高可靠性、弹性扩展、灵活性以及无缝更新的优势。
+
+作为亚太占有率最高的 API 网关,APISIX 有着广泛的应用场景,可应用于网关、Kubernetes 
Ingress、服务网格等场景,可以帮助企业快速、安全地处理 API 和微服务流量。APISIX 目前已获得全球企业和组织的测试和高度认可,用户包括 
Amber 
Group、[Airwallex](https://apisix.apache.org/zh/blog/2021/11/03/airwallex-usercase/)、Lotus
 
Cars、[vivo](https://apisix.apache.org/zh/blog/2022/11/13/vivo-with-apache-apisix/)、[WPS](https://apisix.apache.org/zh/blog/2021/09/28/wps-usercase/)、[爱奇艺](https://apisix.apache.org/zh/blog/2021/09/07/iqiyi-usercase/)等。
+
+![APISIX 
users](https://static.apiseven.com/uploads/2023/09/21/n1gjhaiT_APISIX%20Users.png)
+
+## APISIX 3.4 版本新特性

Review Comment:
   3.4 or 3.5? 标题里是3.5, 这里是3.4,而最新版本的又是3.5



##########
blog/zh/blog/2023/09/20/apisix-3.5-preview.md:
##########
@@ -0,0 +1,112 @@
+---
+title: "Apache APISIX 3.5 新特性揭秘:全面预览"
+authors:
+  - name: Ming Wen
+    title: Author
+    url: https://github.com/moonming
+    image_url: https://avatars.githubusercontent.com/u/26448043?v=4
+  - name: Yilia Lin
+    title: Technical Writer
+    url: https://github.com/Yilialinn
+    image_url: https://avatars.githubusercontent.com/u/114121331?v=4
+keywords:
+  - 开源社区
+  - API 网关
+  - Apache APISIX
+description: APISIX 3.5 
引入了一系列令人振奋的新特性,将为用户带来更高级别的安全性、性能和可扩展性,从而为用户提供更多选择,使得在构建和管理 API 时变得更加便捷和灵活。
+tags: [Ecosystem]
+image: https://static.apiseven.com/2022/10/19/634f6677742a1.png
+---
+
+APISIX 3.5 引入了一系列令人振奋的新特性,将为用户带来更高级别的安全性、性能和可扩展性,从而为用户提供更多选择,使得在构建和管理 API 
时变得更加便捷和灵活。
+<!--truncate-->
+
+## APISIX 简介
+
+[Apache APISIX](https://apisix.apache.org/zh/),新一代云原生 API 网关,是 Apache 
软件基金会顶级项目。APISIX 是一个动态、实时、高性能的云原生 API 
网关,提供了负载均衡、动态上游、灰度发布、服务熔断、身份认证、可观测性等丰富的流量管理功能。Apache APISIX 基于 NGINX 和 LuaJIT 
构建,具有超高性能,单核 QPS 高达 23000,平均延迟仅为 0.2 毫秒。它不仅能解决传统架构中的问题,同时更适应了云原生时代的需求。
+
+APISIX 社区活跃,生态丰富,拥有近 100 个开源插件,涵盖网络安全、性能优化、负载均衡、监控日志和流量管理等场景,为用户提供了强大而灵活的 API 
网关解决方案。[APISIX](https://github.com/apache/apisix) 是目前 GitHub 上最活跃的 API 
网关项目,每天处理超过 1 万亿次的 API 调用,并且这个数字仍在不断增长。
+
+![APISIX 
Architecture](https://static.apiseven.com/uploads/2023/09/21/kJDnBMVX_APISIX%20Architecture.png)
+
+APISIX 的出现[解决了 NGINX 
的两大痛点](https://apisix.apache.org/zh/blog/2022/07/30/why-we-need-apache-apisix/)。首先是
 NGINX 不支持集群管理。几乎每家互联网厂商都有自己的 NGINX 配置管理系统,系统虽然大同小异但是一直没有统一的方案。其次是 NGINX 
不支持配置的热加载。很多公司一旦修改了配置,重新加载 NGINX 的时间可能需要半个小时以上。并且,在 Kubernetes 
体系下,上游会经常发生变化,如果使用 NGINX 来处理就需要频繁重启服务,这对于企业是不可接受的。APISIX 
支持集群管理和动态加载,提供了高可靠性、弹性扩展、灵活性以及无缝更新的优势。
+
+作为亚太占有率最高的 API 网关,APISIX 有着广泛的应用场景,可应用于网关、Kubernetes 
Ingress、服务网格等场景,可以帮助企业快速、安全地处理 API 和微服务流量。APISIX 目前已获得全球企业和组织的测试和高度认可,用户包括 
Amber 
Group、[Airwallex](https://apisix.apache.org/zh/blog/2021/11/03/airwallex-usercase/)、Lotus
 
Cars、[vivo](https://apisix.apache.org/zh/blog/2022/11/13/vivo-with-apache-apisix/)、[WPS](https://apisix.apache.org/zh/blog/2021/09/28/wps-usercase/)、[爱奇艺](https://apisix.apache.org/zh/blog/2021/09/07/iqiyi-usercase/)等。
+
+![APISIX 
users](https://static.apiseven.com/uploads/2023/09/21/n1gjhaiT_APISIX%20Users.png)
+
+## APISIX 3.4 版本新特性

Review Comment:
   3.4 or 3.5? 标题里是3.5, 这里是3.4,而最新版本的又是3.5



-- 
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]

Reply via email to