This is an automated email from the ASF dual-hosted git repository. vongosling pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
commit 25160de3e5a797715ceb2956c736bdf7b0d1b58b Merge: 408b4d4 f84b4a6 Author: von gosling <[email protected]> AuthorDate: Thu Dec 6 10:16:44 2018 +0800 Merge pull request #22 from jonnxu/master Add description for Mac platform and delete key world function for build.sh README.md | 6 +++--- build.sh | 19 +++++++++---------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --cc README.md index 296294c,6df5dd8..7bdcb95 --- a/README.md +++ b/README.md @@@ -12,8 -12,12 +12,8 @@@ RocketMQ-Client-CPP is the C/C++ clien - C and C++ API, include both C style and C++ style apis. - - across platform, all features are supported on both windows and linux system. + - across platform, all features are supported on Windows, Linux and Mac OS. -- low latency, publish latency < 2ms, subscribe latency < 10ms - -- high tps, rocketmq topic with 16 message queues, stand-alone cpp client can reach publish TPS > 3w and subsricbe TPS > 15w. - - reliability, based on nameServer snapshot and network disaster recovery strategy, no real-time impact on publish and subscribe when anyone of broker or nameSrv was broken. ## Dependency ##
