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 2022/05/31 09:25:56 UTC

[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1127: docs: add 2.14 Release Notes

SylviaBABY commented on code in PR #1127:
URL: https://github.com/apache/apisix-website/pull/1127#discussion_r885411970


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/05/31/release-apache-apisix-2.14.md:
##########
@@ -0,0 +1,199 @@
+---
+title: "Apache APISIX 2.14.1 探索性版本发布,进军更多领域"
+authors:
+  - name: "罗泽轩"
+    title: "Author"
+    url: "https://github.com/spacewander"
+    image_url: "https://avatars.githubusercontent.com/u/4161644?v=4"
+  - name: "韩飞"
+    title: "Technical Writer"
+    url: "https://github.com/hf400159"
+    image_url: "https://github.com/hf400159.png"
+keywords: 
+- Apache APISIX
+- 2.14.1
+- 版本发布
+- API 网关
+description: 探索性版本—— Apache APISIX 2.14.1 正式发布。该版本不仅支持了在控制面实现服务发现,还支持了 Istio、基于 WebSocket 的 pubsub 代理框架和基于 xRPC 框架管理非 HTTP 的 7 层协议。
+tags: [Release]
+---
+
+> 探索性版本—— Apache APISIX 2.14.1 正式发布。该版本不仅支持了在控制面实现服务发现,还支持了 Istio、基于 WebSocket 的 pubsub 代理框架和基于 xRPC 框架管理非 HTTP 的 7 层协议。
+
+<!--truncate-->
+
+距离上次 APISIX v2.13 LTS 版本发布已经有两个多月的时间,以往每次 APISIX 的小版本发布,都会为大家带来新功能。然而 APISIX v2.14.1 版本发布的功能,将紧跟技术前沿,为大家带来了诸多探索性的新功能,并为 APISIX v3 版本的发布投石问路,欢迎大家探索这些新功能。
+
+接下来我们先看下 APISIX 支持了哪些探索性的新功能。
+
+![Apache APISIX 2.14.1 更新概览](https://static.apiseven.com/202108/1653981177761-fdd9509a-2caf-43d6-a710-ee5f81d4a193.png)
+
+## 基于 WebSocket 的 pubsub 代理框架
+
+在 APISIX v2.14.1 版本之前,无论是代理 gRPC 请求还是普通的 HTTP 请求,APISIX 的上游都是对接的应用服务器,无法满足多元化场景需求。例如用户需要使用其他上游类型(比如 Kafka),就只能通过其他方式实现。但是在 APISIX v2.14.1 版本中,APISIX 新增了一个基于 Websocket 的消息订阅代理框架,该框架允许客户端通过 APISIX 来订阅指定消息队列(上游)中的消息。现在你可以使用 APISIX来订阅 Kafka 中的消息。

Review Comment:
   ```suggestion
   在 APISIX v2.14.1 版本之前,无论是代理 gRPC 请求还是普通的 HTTP 请求,APISIX 的上游都是对接的应用服务器,无法满足多元化场景需求。例如用户需要使用其他上游类型(比如 Kafka),就只能通过其他方式实现。但是在 APISIX v2.14.1 版本中,APISIX 新增了一个基于 Websocket 的消息订阅代理框架,该框架允许客户端通过 APISIX 来订阅指定消息队列(上游)中的消息。现在你可以使用 APISIX 来订阅 Kafka 中的消息。
   ```



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