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 72a638f Docs: add features and status for README.md
72a638f is described below
commit 72a638fcc037e5b58e0e3629bfb4937305fbb37a
Author: Aaron Ai <[email protected]>
AuthorDate: Fri Jun 24 18:27:05 2022 +0800
Docs: add features and status for README.md
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 5454e7a..1d9164e 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,15 @@ Polyglot solutions of clients for [Apache
RocketMQ](https://rocketmq.apache.org/
Provides cloud-native and robust solutions for mainstream programming
languages.
+## Features and Status
+
+| | Java | CPP | C# |
+| :-------------: | :---: | :---: | :---: |
+| Producer | ✅ | ✅ | ✅ |
+| Push Consumer | ✅ | ✅ | ❌ |
+| Simple Consumer | ✅ | ✅ | ✅ |
+| Pull Consumer | ❌ | ❌ | ❌ |
+
## Related
* [rocketmq](https://github.com/apache/rocketmq): The implementation of
server-side.