Description
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
Installation Instructions
Centos will need to manually pull down the *.repo
file into /etc/yum.repos.d/
, then run:
sudo yum install brpc brpc-devel brpc-static
to install all the runtime and development packages.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (141)* | EPEL 7 (72 downloads) |
![]() |
aarch64 (85)*, x86_64 (146)* | EPEL 8 (70 downloads) |
![]() |
aarch64 (100)*, x86_64 (69)* | EPEL 9 (43 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable wasphin/brpc
More info about enabling Copr repositories