You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/23 08:10:04 UTC

[GitHub] [apisix] besich opened a new pull request #5583: docs: update the docs/zh/latest/README.md

besich opened a new pull request #5583:
URL: https://github.com/apache/apisix/pull/5583


   docs: update the docs/zh/latest/README.md


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander merged pull request #5583: docs: update the docs/zh/latest/README.md

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #5583:
URL: https://github.com/apache/apisix/pull/5583


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan commented on a change in pull request #5583: docs: update the docs/zh/latest/README.md

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #5583:
URL: https://github.com/apache/apisix/pull/5583#discussion_r755724193



##########
File path: docs/zh/latest/README.md
##########
@@ -221,7 +231,9 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
 
 ### 贡献者变化
 
-![contributor-over-time](../../assets/images/contributor-over-time.png)
+> [访问这里](https://www.apiseven.com/contributor-graph)能生成最新贡献者变化.

Review comment:
       ```suggestion
   > [访问此处](https://www.apiseven.com/contributor-graph) 使用贡献者数据服务。
   ```




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on a change in pull request #5583: docs: update the docs/zh/latest/README.md

Posted by GitBox <gi...@apache.org>.
membphis commented on a change in pull request #5583:
URL: https://github.com/apache/apisix/pull/5583#discussion_r755114561



##########
File path: docs/zh/latest/README.md
##########
@@ -144,6 +144,16 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
   - 自定义负载均衡算法:可以在 `balancer` 阶段使用自定义负载均衡算法。
   - 自定义路由: 支持用户自己实现路由算法。
 
+- **多语言支持**
+  - Apache APISIX 是一个通过`WASM`和`RPC`支持不同语言来进行插件开发的网关.
+  ![Multi Language Support into Apache APISIX](../../../docs/assets/images/apisix-multi-lang-support.png)
+  - WASM或WebAssembly是比较现代的开发方式。 APISIX能加载运行使用[Proxy WASM SDK](https://github.com/proxy-wasm/spec#sdks)编译的WASM字节码。开发者仅需要使用该SDK编写代码,然后编译成WASM字节码,即可运行在APISIX中的WASM虚拟机中。

Review comment:
       need a space between Chinese and English




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] juzhiyuan commented on a change in pull request #5583: docs: update the docs/zh/latest/README.md

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #5583:
URL: https://github.com/apache/apisix/pull/5583#discussion_r755104787



##########
File path: docs/zh/latest/README.md
##########
@@ -144,6 +144,17 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
   - 自定义负载均衡算法:可以在 `balancer` 阶段使用自定义负载均衡算法。
   - 自定义路由: 支持用户自己实现路由算法。
 
+- **多语言支持**
+  - Apache APISIX 是一个通过`WASM`和`RPC`支持不同语言来进行插件开发的网关.
+  ![Multi Language Support into Apache APISIX](../../../docs/assets/images/apisix-multi-lang-support.png)
+  - WASM或WebAssembly是比较现代的开发方式。 APISIX能加载运行使用[Proxy WASM SDK](https://github.com/proxy-wasm/spec#sdks)编译的WASM字节码。开发者仅需要使用该SDK编写代码,然后编译成WASM字节码,即可运行在APISIX中的WASM虚拟机中。
+  - RPC是一种比较传统的开发方式。开发者可以使用他们需要的语言来进行RPC服务的开发,该RPC通过本地通讯来跟APISIX进行数据交换。到目前为止,APISIX已支持[Java](https://github.com/apache/apisix-java-plugin-runner), [Golang](https://github.com/apache/apisix-go-plugin-runner), [Python](https://github.com/apache/apisix-python-plugin-runner) and Node.js.
+
+- **Serverless**
+  - [Lua functions](plugins/serverless.md): 能在APISIX每个阶段调用lua函数.
+  - [Azure functions](docs/en/latest/plugins/azure-functions.md): 能无缝整合进Azure Serverless Function中。作为动态上游,能将特定的URI请求全部代理到微软Azure云中。
+
+

Review comment:
       ```suggestion
   ```




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org