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/06/17 23:51:44 UTC

[rocketmq-clients] branch master updated (660d493 -> 2f9f1b8)

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

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


 discard 660d493  Polish README
     new 2f9f1b8  Polish README

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (660d493)
            \
             N -- N -- N   refs/heads/master (2f9f1b8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[rocketmq-clients] 01/01: Polish README

Posted by aa...@apache.org.
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

commit 2f9f1b88d99f39380cb21911fcf9b1858aa5d65c
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sat Jun 18 07:50:49 2022 +0800

    Polish README
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8cf95aa..105e329 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Overview
 
-Polyglot solution 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 gRPC. Apart from that, APIs from different language share the same model and semantics.
+Polyglot solution 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 [gRPC](https://grpc.io/). Apart from that, APIs from different language share the same model and semantics.
 
 ## Goal
 
@@ -11,8 +11,8 @@ Provides cloud-native and robust solution for mainstream programming languages.
 ## Related
 
 * [rocketmq](https://github.com/apache/rocketmq): The implementation of service-side.
-* [rocketmq-apis](https://github.com/apache/rocketmq-apis): Common communication protocol of clients.
-* [RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX): RocketMQ proposal of new and unified APIs acrossing different language.
+* [rocketmq-apis](https://github.com/apache/rocketmq-apis): Common communication protocol between server and client.
+* [RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX): RocketMQ proposal of new and unified APIs acrossing different languages.
 * [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo): RocketMQ proposal of gRPC protocol support.
 
 ## License