This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 56106305e [ISSUE #4284] Add protocols to readme and delete the
description of language clients (#4285)
56106305e is described below
commit 56106305eb0f1d3c23369aac8339a7befad50922
Author: Liu Ziming <[email protected]>
AuthorDate: Fri May 13 10:12:53 2022 +0800
[ISSUE #4284] Add protocols to readme and delete the description of
language clients (#4285)
* Update .travis.yml
Depracated MODERATE noisy mail for [email protected]. Still Failing:
apache/rocketmq#5670 (5.0.0-alpha-static-topic - 5ebc327) @dongeforever
* Update README.md
Co-authored-by: von gosling <[email protected]>
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c780bdaf5..aebac4281 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@ It offers a variety of features:
* Messaging patterns including publish/subscribe, request/reply and streaming
* Financial grade transactional message
* Built-in fault tolerance and high availability configuration options base on
[DLedger](https://github.com/openmessaging/openmessaging-storage-dledger)
-* A variety of cross language clients, such as Java,
[C/C++](https://github.com/apache/rocketmq-client-cpp),
[Python](https://github.com/apache/rocketmq-client-python),
[Go](https://github.com/apache/rocketmq-client-go),
[Node.js](https://github.com/apache/rocketmq-client-nodejs)
* Pluggable transport protocols, such as TCP, SSL, AIO
* Built-in message tracing capability, also support opentracing
* Versatile big-data and streaming ecosystem integration
@@ -23,7 +22,7 @@ It offers a variety of features:
* Reliable FIFO and strict ordered messaging in the same queue
* Efficient pull and push consumption model
* Million-level message accumulation capacity in a single queue
-* Multiple messaging protocols like JMS and OpenMessaging
+* Multiple messaging protocols like gRPC, MQTT, JMS and OpenMessaging
* Flexible distributed scale-out deployment architecture
* Lightning-fast batch message exchange system
* Various message filter mechanics such as SQL and Tag