From db95a7978acac511f09a5b490fa9aef951eb02c8 Mon Sep 17 00:00:00 2001 From: Xunzhuo Date: Tue, 10 May 2022 14:57:11 +0800 Subject: [PATCH] update README Signed-off-by: Xunzhuo --- README.md | 9 +++++---- README.zh-CN.md | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac4c80c07..0ee397309 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,11 @@ Aeraki can manage the below protocols in a service mesh: * Redis (Envoy native filter) * MetaProtocol-Dubbo * MetaProtocol-Thfirt -* MetaProtocol-qza (Tencent Music) -* MetaProtocol-videoPacket (Tencent Media Data Platform) -* MetaProtocol-tRPC(Tencent RPC) -* MetaProtocol-Others:Baidu, Alauda, Tencent iGame... +* MetaProtocol-bRPC (A RPC protocol open-source by Baidu) +* MetaProtocol-tRPC (A proprietary RPC protocol used in Tencent) +* MetaProtocol-qza (A proprietary protocol used in Tencent Music) +* MetaProtocol-videoPacket (A proprietary protocol used in Tencent Media Data Platform) +* MetaProtocol-Others:Alauda, Tencent iGame... * MetaProtocol-Private protocols: Have a private protocol? No problem, any layer-7 protocols built on top of the [MetaProtocol](https://github.com/aeraki-mesh/meta-protocol-proxy) can be managed by Aeraki Supported Features: diff --git a/README.zh-CN.md b/README.zh-CN.md index 1e9c483fa..f4e46a974 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -75,10 +75,11 @@ Aeraki 已经支持下述协议: * Redis (Envoy 原生过滤器) * MetaProtocol-Dubbo * MetaProtocol-Thfirt +* MetaProtocol-bRPC(百度开源 RPC 协议) +* MetaProtocol-tRPC(腾讯内部 RPC 协议) * MetaProtocol-qza(腾讯音乐内部协议) * MetaProtocol-videoPacket(腾讯融媒体内部协议) -* MetaProtocol-tRPC(腾讯内部 rpc 协议) -* MetaProtocol-其他协议:百度、灵雀云、腾讯游戏人生等的内部协议... +* MetaProtocol-其他协议:灵雀云、腾讯游戏人生等的内部协议... * MetaProtocol-私有协议:需要在服务网格中接入你的私有协议?没有问题,几乎任何七层协议都可以基于 [MetaProtocol](https://github.com/aeraki-mesh/meta-protocol-proxy) 实现,并在 Aeraki Mesh 中进行流量管理 支持的特性: