This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new bd3bd12 [ISSUE #862] Update client version in Readme file.
bd3bd12 is described below
commit bd3bd1286402bb95674736f97de3146719b28c31
Author: dinglei <[email protected]>
AuthorDate: Wed Aug 17 17:43:17 2022 +0800
[ISSUE #862] Update client version in Readme file.
close #862
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6640d2a..9373a3b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A product ready RocketMQ Client in pure go, which supports
almost the full featu
----------
## Features
-For 2.0.0 version, it supports:
+For 2.X version, it supports:
* sending message in synchronous mode
* sending message in asynchronous mode
* sending message in oneway mode
@@ -27,6 +27,7 @@ For 2.0.0 version, it supports:
* consuming message using push model
* message tracing for pub and sub messages
* ACL for producers and consumers
+* requset-reply model
----------
## How to use