You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/30 04:47:15 UTC

[rocketmq-clients] branch master updated: Adjust the order of features in the table (#102)

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

aaronai 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 189ad87  Adjust the order of features in the table (#102)
189ad87 is described below

commit 189ad87eb7fc03ed72b5da304ec414ae5a82ef1c
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sat Jul 30 12:47:10 2022 +0800

    Adjust the order of features in the table (#102)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e86921b..bdb93cc 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and al
 | Producer with FIFO messages                    |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
 | Producer with timed/delay messages             |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
 | Producer with transactional messages           |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
+| Simple consumer                                |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
 | Push consumer with concurrent message listener |   ✅   |   ✅   |   🚧   |   🚧    |   🚧   |    🚧    |   🚧    |
 | Push consumer with FIFO message listener       |   ✅   |   ✅   |   🚧   |   🚧    |   🚧   |    🚧    |   🚧    |
-| Simple consumer                                |   ✅   |   ✅   |   ✅   |   🚧    |   🚧   |    🚧    |   🚧    |
 
 ## Related