This is an automated email from the ASF dual-hosted git repository.

serverglen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 629fabb8 Opt README doc for rdma (#2312)
629fabb8 is described below

commit 629fabb80e15b66ee0ac93ad6560c9c8221f2756
Author: Bright Chen <[email protected]>
AuthorDate: Thu Jul 13 10:32:29 2023 +0800

    Opt README doc for rdma (#2312)
---
 README.md    | 2 +-
 README_cn.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4a9a2409..0cc51a5c 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ You can use it to:
   * [redis](docs/en/redis_client.md) and 
[memcached](docs/en/memcache_client.md), thread-safe, more friendly and 
performant than the official clients.
   * 
[rtmp](https://github.com/apache/brpc/blob/master/src/brpc/rtmp.h)/[flv](https://en.wikipedia.org/wiki/Flash_Video)/[hls](https://en.wikipedia.org/wiki/HTTP_Live_Streaming),
 for building [streaming services](https://github.com/brpc/media-server).
   * hadoop_rpc (may be opensourced)
-  * [rdma](https://en.wikipedia.org/wiki/Remote_direct_memory_access) support 
(will be opensourced)
+  * [rdma](https://en.wikipedia.org/wiki/Remote_direct_memory_access) support
   * [thrift](docs/en/thrift.md) support,  thread-safe, more friendly and 
performant than the official clients.
   * all sorts of protocols used in Baidu: [baidu_std](docs/cn/baidu_std.md), 
[streaming_rpc](docs/en/streaming_rpc.md), hulu_pbrpc, 
[sofa_pbrpc](https://github.com/baidu/sofa-pbrpc), nova_pbrpc, public_pbrpc, 
ubrpc and nshead-based ones.
   * Build [HA](https://en.wikipedia.org/wiki/High_availability) distributed 
services using an industrial-grade implementation of [RAFT consensus 
algorithm](https://raft.github.io) which is opensourced at 
[braft](https://github.com/brpc/braft)
diff --git a/README_cn.md b/README_cn.md
index 5a0bc8c5..794e6458 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -15,7 +15,7 @@ brpc是用c++语言编写的工业级RPC框架,常用于搜索、存储、机
   * [redis](docs/cn/redis_client.md)和[memcached](docs/cn/memcache_client.md), 
线程安全,比官方client更方便。
   * 
[rtmp](https://github.com/apache/brpc/blob/master/src/brpc/rtmp.h)/[flv](https://en.wikipedia.org/wiki/Flash_Video)/[hls](https://en.wikipedia.org/wiki/HTTP_Live_Streaming),
 可用于搭建[流媒体服务](https://github.com/brpc/media-server).
   * hadoop_rpc(可能开源)
-  * 支持[rdma](https://en.wikipedia.org/wiki/Remote_direct_memory_access)(即将开源)
+  * 支持[rdma](https://en.wikipedia.org/wiki/Remote_direct_memory_access)
   * 支持[thrift](docs/cn/thrift.md) , 线程安全,比官方client更方便
   * 各种百度内使用的协议: [baidu_std](docs/cn/baidu_std.md), 
[streaming_rpc](docs/cn/streaming_rpc.md), hulu_pbrpc, 
[sofa_pbrpc](https://github.com/baidu/sofa-pbrpc), nova_pbrpc, public_pbrpc, 
ubrpc和使用nshead的各种协议.
   * 
基于工业级的[RAFT算法](https://raft.github.io)实现搭建[高可用](https://en.wikipedia.org/wiki/High_availability)分布式系统,已在[braft](https://github.com/brpc/braft)开源。


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to