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.git
The following commit(s) were added to refs/heads/master by this push:
new 5f038c6 docs(readme) : address for newer version
5f038c6 is described below
commit 5f038c6f1449e2b1241be1b29324e186a80a6209
Author: von gosling <[email protected]>
AuthorDate: Thu Dec 26 15:46:25 2019 +0800
docs(readme) : address for newer version
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fff87cd..214bf82 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,12 @@
It offers a variety of features:
-* Pub/Sub messaging model
+* Messageing patterns including publish/subscribe, request/reply and streaming
* Financial grade transactional message
+* Built-in fault tolerance and high availability configuration options base on
[DLedger](https://github.com/openmessaging/openmessaging-storage-dledger)
* A variety of cross language clients, such as Java, C/C++, Python, Go
* Pluggable transport protocols, such as TCP, SSL, AIO
-* Inbuilt message tracing capability, also support opentracing
+* Built-in message tracing capability, also support opentracing
* Versatile big-data and streaming ecosytem integration
* Message retroactivity by time or offset
* Reliable FIFO and strict ordered messaging in the same queue