This is an automated email from the ASF dual-hosted git repository.
chenBright 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 e2babdf1 Docs: add StarRocks use case to community/cases.md (#3478)
e2babdf1 is described below
commit e2babdf1e6aa0d068adcb30ab6ba7e45b1be18c0
Author: ShawYann <[email protected]>
AuthorDate: Sun Aug 23 14:31:22 2026 +0800
Docs: add StarRocks use case to community/cases.md (#3478)
Added section on brpc usage in StarRocks, detailing version, usage, and
provider.
---
community/cases.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/community/cases.md b/community/cases.md
index 70568beb..0b7c5762 100644
--- a/community/cases.md
+++ b/community/cases.md
@@ -68,6 +68,12 @@
* 使用情况:Apache Doris 作为一款 MPP 分析型数据库,其内部节点间使用 Apache Brpc 作为主要 RPC 框架。Brpc 为
Doris 提供了稳定易用的高性能通信机制。并且 BRPC 提供的 bthread,bvar 等基础库,以及各种性能调试工具,也极大的方便了 Doris
的开发和调试工作。
* 信息提供者:morningman
+## brpc 在 StarRocks 中的应用
+* 落地项目:StarRocks
+* 使用版本:内置(vendored)版本
+* 使用情况:StarRocks 作为一款 MPP 分析型数据库,其 BE 节点间使用 brpc 作为主要 RPC 框架,默认通信端口
brpc_port=8060,用于节点间数据传输与通信。
+* 信息提供者:ShawYann
+
## brpc在BaikalDB中的应用
* 落地项目:BaikalDB
* 使用版本:社区版0.9.7&百度内部stable
@@ -127,4 +133,4 @@
* 端口名称:brpc_port
* 默认端口号:8060
* 通讯方向:FE <--> BE,BE <--> BE
-* 信息提供者:Divyansh200102
\ No newline at end of file
+* 信息提供者:Divyansh200102
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]