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 14ceb04 Update README.md
14ceb04 is described below
commit 14ceb049ef133c898cb932238b3a99492c750fbf
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Jul 28 19:59:24 2022 +0800
Update README.md
Polish README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0025a6b..20b09cf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# RocketMQ Clients - Collection of Polyglot Clients for Apache RocketMQ
+# RocketMQ Clients - Collection of client bindings for Apache RocketMQ
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml)
@@ -8,11 +8,11 @@
## Overview
-Polyglot solutions of clients for [Apache
RocketMQ](https://rocketmq.apache.org/), and both of them follow the
specification of [rocketmq-apis](https://github.com/apache/rocketmq-apis),
replace the previous protocol based on `RemotingCommand` by [Protocol
Buffers](https://developers.google.com/protocol-buffers) and
[gRPC](https://grpc.io/). Apart from that, APIs from clients of different
languages share the same model and semantics.
+Client bindings for [Apache RocketMQ](https://rocketmq.apache.org/), all of
them follow the specification of
[rocketmq-apis](https://github.com/apache/rocketmq-apis), replacing 4.x
remoting-based counterparts. Clients in this repository are built on top of
[Protocol Buffers](https://developers.google.com/protocol-buffers) and
[gRPC](https://grpc.io/).
## Goal
-Provides cloud-native and robust solutions for mainstream programming
languages.
+Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and
all other mainstream programming languages.
## Features and Status