This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch OpenMessaging
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git

commit bc9934af0db4fcaf3269ed67aae66c39286b6778
Author: Heng Du <[email protected]>
AuthorDate: Wed Jul 3 15:00:26 2019 +0800

    Update README.md
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6ad473d..d556ce5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,17 @@
 ## Overview
- Apache RocketMQ ONS is a RocketMQ lightweight client.
+Apache RocketMQ ONS is a RocketMQ lightweight client.      
+As a high-level client, ONS is more simple and easy to use than native 
clients. It shields the underlying implementation details and provides a better 
abstraction. It also removes admin interfaces used for resource management. 
Therefore, for most RocketMQ users, ONS can be used to access the RocketMQ 
service faster, and the code is more concise and secure.         
 
 ----------
+
+## Feature
+ - Produce messages, including normal, transactional, delayed messages, in 
synchronously, asynchronously and oneway model.
+ - Consume messages, in cluster or broadcast model, concurrently and orderly 
with push consumer
+ - Automatically rebalanced, both in producing and consuming process.
+ - Reliability, any downtime broker or name server has no impact on the client.
+
+ 
+----------
 ## Contributing
 We always welcome new contributions, whether for trivial cleanups, big new 
features or other material rewards, more details see 
[here](http://rocketmq.apache.org/docs/how-to-contribute/).
  

Reply via email to