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 (159)* | EPEL 7 (74 downloads) |
![]() |
aarch64 (93)*, x86_64 (157)* | EPEL 8 (72 downloads) |
![]() |
aarch64 (128)*, x86_64 (142)* | EPEL 9 (45 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable wasphin/brpc
More info about enabling Copr repositories