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
The following commit(s) were added to refs/heads/master by this push:
new 408b4d4 Remove the vague data
408b4d4 is described below
commit 408b4d463a2168560102fbaf69c4509e3346da01
Author: von gosling <[email protected]>
AuthorDate: Wed Dec 5 21:17:52 2018 +0800
Remove the vague data
---
README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.md b/README.md
index 32b797c..296294c 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,6 @@ RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ
which is a distribute
- across platform, all features are supported on both windows and linux system.
-- 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 ##