From 5f038c6f1449e2b1241be1b29324e186a80a6209 Mon Sep 17 00:00:00 2001 From: von gosling Date: Thu, 26 Dec 2019 15:46:25 +0800 Subject: [PATCH] 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 fff87cd2..214bf82b 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 -- GitLab