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 |
---|---|---|
EPEL 7 | x86_64 (141)* | EPEL 7 (71 downloads) |
EPEL 8 | aarch64 (72)*, x86_64 (131)* | EPEL 8 (69 downloads) |
EPEL 9 | aarch64 (54)*, x86_64 (69)* | EPEL 9 (42 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable wasphin/brpc
More info about enabling Copr repositories