百度BRPC框架

zhujiashun 1211ddcc01 fix_ut_brpc_baidu_com 3 years ago
.github a6ccc96aeb Add newlines to bug/feature templates 5 years ago
bazel 2b96d08e94 insert_apache_header 4 years ago
cmake 2b96d08e94 insert_apache_header 4 years ago
docs 2071a22c7f Controller::CreateProgressiveAttachment returns intrusive_ptr instead of raw pointer which could be deleted and invalid before usage 3 years ago
example 2071a22c7f Controller::CreateProgressiveAttachment returns intrusive_ptr instead of raw pointer which could be deleted and invalid before usage 3 years ago
java 31d45c205d Add empty folder of python and java 6 years ago
python 31d45c205d Add empty folder of python and java 6 years ago
src ea87ee715b remove a piece of optional code in TimerThread.run, which has access-after-return issue and may cause the heap popped wrongly 3 years ago
test 1211ddcc01 fix_ut_brpc_baidu_com 3 years ago
tools 74310245bf make by config_brpc.sh shows commands by default, add -s to hide 4 years ago
.bazelrc ba3449f9cb insert_apache_header: update 4 years ago
.gitignore 2dc9cbad53 health_check_using_rpc: add single server 5 years ago
.travis.yml ba3449f9cb insert_apache_header: update 4 years ago
BUILD 86ca8af34b removed butil/md5.cc butil/md5.h test/md5_unittest.cc which is replaceable by openssl/md5.h 4 years ago
CMakeLists.txt 2fe49c9b2d Merge pull request #1032 from zyearn/replace_include_with_find_package 4 years ago
CODE_OF_CONDUCT.md 2323f5e3a8 Create CODE_OF_CONDUCT.md 5 years ago
CONTRIBUTING.md c564742180 fix travis-ci link after transfering to apache 5 years ago
DISCLAIMER-WIP fb29efde6b add DISCLAIMER_WIP 4 years ago
Dockerfile 2b96d08e94 insert_apache_header 4 years ago
LICENSE 342c0862f8 replace_crc32_ts: update2 4 years ago
Makefile 74310245bf make by config_brpc.sh shows commands by default, add -s to hide 4 years ago
NOTICE a1930ccdd1 docs(notice):update copyright to this year 4 years ago
README.md 7d55c5ef5d update_mail_list 4 years ago
README_cn.md 7d55c5ef5d update_mail_list 4 years ago
RELEASE_VERSION 15c6f2540a fix_missing_brpc_version_in_release: add branch info to git env 4 years ago
WORKSPACE 2b96d08e94 insert_apache_header 4 years ago
build_in_travis_ci.sh 2b96d08e94 insert_apache_header 4 years ago
config.h.in 2b96d08e94 insert_apache_header 4 years ago
config_brpc.sh 9f510165bc fix warnings on MACOS 4 years ago
glog.BUILD 2b96d08e94 insert_apache_header 4 years ago
leveldb.BUILD 2b96d08e94 insert_apache_header 4 years ago

README.md

中文版

Build Status

brpc

An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services, called "baidu-rpc" inside Baidu. Only C++ implementation is opensourced right now.

You can use it to:

Try it!

Contribute code

Please refer to here.

Feedback and Getting involved

  • Report bugs, ask questions or give suggestions by Github Issues
  • Subscribe mailing list(dev-subscribe@brpc.apache.org) to get updated with the project