百度BRPC框架

Ge Jun ac5a8014fb fix grammar in comments пре 5 година
.github d2188ba7c9 Shorten daysUntilStale to a month пре 5 година
bazel 10e65c9946 chore: update google_protobuf пре 6 година
cmake a1692d9aed more docs on naming service пре 6 година
docs 2ae7f04ce5 Make comments on max_connection_pool_size more accurate пре 5 година
example 508b06f924 update thrift makefile пре 5 година
java 31d45c205d Add empty folder of python and java пре 6 година
python 31d45c205d Add empty folder of python and java пре 6 година
src ac5a8014fb fix grammar in comments пре 5 година
test 5e8b892a15 IOBuf supports appending and owning user allocated buffer пре 5 година
tools 1d14de5607 follow origin style пре 5 година
.gitignore ee458c7c30 Add build docs for macos пре 6 година
.travis.yml 0d0ab63ca3 chore: fix travis пре 6 година
BUILD f91b3031c9 Fix bazel compile error пре 6 година
CMakeLists.txt 06eb03560a - Remove weak symbol _RegisterThriftProtocol in CMakeLists.txt пре 5 година
Dockerfile a6408e5844 add docker пре 6 година
LICENSE 0630ae1e8a Patch svn r35206 & fix compilation of tools пре 6 година
Makefile 05a0bd1076 Renamed ThriftMessage to ThriftFramedMessage, ThriftTemplateMessage to ThriftMessage пре 6 година
README.md d864ccabd8 config_brpc.sh only uses realpath in macosx пре 6 година
README_cn.md 8b3ee09e05 change the chinese translation of 'naming service' пре 6 година
WORKSPACE af913b6611 travis-ci support bazel build пре 6 година
build_in_travis_ci.sh 0d0ab63ca3 chore: fix travis пре 6 година
config.h.in b92c498139 support conditional flags on certain gcc and compile proto file using cmake, based on CMakefile from kevin-xu-158 пре 6 година
config_brpc.sh d864ccabd8 config_brpc.sh only uses realpath in macosx пре 6 година
glog.BUILD ce04d18af2 bazel build support glog пре 6 година
leveldb.BUILD 5cc6f207bb chore: fix undefined reference to butil::ReadCommandLine when to build with bazel пре 6 година

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

If you can fix any of the issues or add new features, you're welcome to send the PR to us. If the PR is accepted, your contribution will be scored from 0 to 5 points according to the difficulty and quality (higher is better). If you accumulate 10 points, you can contact us for interviewing opportunities or recommendation letter for your future jobs.

Make sure your code meets following requirements before submitting the PR:

  • The code conforms to google C++ coding style and is indented by 4 spaces.
  • The code appears where it should be. For example the code to support an extra protocol should not be put in general classes like server.cpp, channel.cpp, while a general modification would better not be hidden inside a very specific protocol.
  • Has unittests.

Check following items after submitting the PR:

  • Compilations and unittests in travis-ci are passed.

Feedback

Please report bugs, concerns, suggestions by issues, or join QQ-group 498837325 to discuss problems around source code.