You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/29 07:26:01 UTC

[rocketmq-clients] branch master updated: Polish readme (#95)

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

lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 4605dbe  Polish readme (#95)
4605dbe is described below

commit 4605dbe611b54a7632c82d027dde9ed3d3215e39
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Jul 29 15:25:57 2022 +0800

    Polish readme (#95)
---
 README.md | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 0d04469..e86921b 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,18 @@ Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and al
 
 ## Features and Status
 
-|                    Feature                     | Java  | C/C++ |  C#   | Golang | Rust  | node.js | Python |
-| :--------------------------------------------: | :---: | :---: | :---: | :----: | :---: | :-----: | :----: |
-|        Producer with standard messages         |   ✅   |   ✅   |   ✅   |  WIP   |  WIP  |   WIP   |  WIP   |
-|          Producer with FIFO messages           |   ✅   |   ✅   |   ✅   |  WIP   |  WIP  |   WIP   |  WIP   |
-|          Producer with timed messages          |   ✅   |   ✅   |   ✅   |  WIP   |  WIP  |   WIP   |  WIP   |
-|      Producer with transactional messages      |   ✅   |   ✅   |   ✅   |  WIP   |  WIP  |   WIP   |  WIP   |
-|                Simple Consumer                 |   ✅   |   ✅   |   ✅   |  WIP   |  WIP  |   WIP   |  WIP   |
-| Push Consumer with concurrent message listener |   ✅   |   ✅   |   ❌   |  WIP   |  WIP  |   WIP   |  WIP   |
-|    Push Consumer with FIFO message listener    |   ✅   |   ✅   |   ❌   |  WIP   |  WIP  |   WIP   |  WIP   |
+* Ready - ✅
+* Work in progress - 🚧
+
+| Feature                                        | Java  | C/C++ |  C#   | Golang | Rust  | Node.js | Python |
+| ---------------------------------------------- | :---: | :---: | :---: | :----: | :---: | :-----: | :----: |
+| Producer with standard messages                |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Producer with FIFO messages                    |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Producer with timed/delay messages             |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Producer with transactional messages           |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Push consumer with concurrent message listener |   ✅   |   ✅   |   🚧   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Push consumer with FIFO message listener       |   ✅   |   ✅   |   🚧   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Simple consumer                                |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
 
 ## Related