From 27cdf51fdbcc53aec03754fcd2acfd94ed62d17b Mon Sep 17 00:00:00 2001 From: terrance-swn <90394955+terrance-swn@users.noreply.github.com> Date: Thu, 12 May 2022 20:24:20 +0800 Subject: [PATCH 1/3] Modify the description of the Community List --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c780bdaf554..c433f2c0165 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,18 @@ It offers a variety of features: ## Apache RocketMQ Community * [RocketMQ Streams](https://github.com/apache/rocketmq-streams) * [RocketMQ Flink](https://github.com/apache/rocketmq-flink) -* [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp) -* [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go) +* [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp): RocketMQ CPP Client. +* [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go): RocketMQ Go Client. * [RocketMQ Client Python](https://github.com/apache/rocketmq-client-python) * [RocketMQ Client Nodejs](https://github.com/apache/rocketmq-client-nodejs) * [RocketMQ Spring](https://github.com/apache/rocketmq-spring) * [RocketMQ Exporter](https://github.com/apache/rocketmq-exporter) -* [RocketMQ Operator](https://github.com/apache/rocketmq-operator) -* [RocketMQ Docker](https://github.com/apache/rocketmq-docker) +* [RocketMQ Operator](https://github.com/apache/rocketmq-operator): Provides a way to run an RocketMQ cluster on Kubernetes. +* [RocketMQ Docker](https://github.com/apache/rocketmq-docker): The Git repo of the Docker Image for Apache RocketMQ. * [RocketMQ Dashboard](https://github.com/apache/rocketmq-dashboard) * [RocketMQ Connect](https://github.com/apache/rocketmq-connect) -* [RocketMQ MQTT](https://github.com/apache/rocketmq-mqtt) -* [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals) +* [RocketMQ MQTT](https://github.com/apache/rocketmq-mqtt): A new MQTT protocol architecture model, based on which RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. +* [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Apache rocketmq is incubating the ecological project warehouse, including Spark, ES, Beats and other connectors. ---------- ## Learn it & Contact us From ab2ab22ff3f5ae16d43aa81806cd2c970fd2a0f7 Mon Sep 17 00:00:00 2001 From: terrance-swn <90394955+terrance-swn@users.noreply.github.com> Date: Fri, 13 May 2022 21:23:09 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c433f2c0165..966e1f40a91 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ It offers a variety of features: ---------- ## Apache RocketMQ Community -* [RocketMQ Streams](https://github.com/apache/rocketmq-streams) -* [RocketMQ Flink](https://github.com/apache/rocketmq-flink) +* [RocketMQ Streams](https://github.com/apache/rocketmq-streams): A lightweight stream computing engine based on RocketMQ. +* [RocketMQ Flink](https://github.com/apache/rocketmq-flink): The RocketMQ connector of Flink that supports source and sink connector in data stream and Table. * [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp): RocketMQ CPP Client. * [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go): RocketMQ Go Client. * [RocketMQ Client Python](https://github.com/apache/rocketmq-client-python) @@ -45,8 +45,8 @@ It offers a variety of features: * [RocketMQ Exporter](https://github.com/apache/rocketmq-exporter) * [RocketMQ Operator](https://github.com/apache/rocketmq-operator): Provides a way to run an RocketMQ cluster on Kubernetes. * [RocketMQ Docker](https://github.com/apache/rocketmq-docker): The Git repo of the Docker Image for Apache RocketMQ. -* [RocketMQ Dashboard](https://github.com/apache/rocketmq-dashboard) -* [RocketMQ Connect](https://github.com/apache/rocketmq-connect) +* [RocketMQ Dashboard](https://github.com/apache/rocketmq-dashboard): Operation and maintenance console of RocketMQ. +* [RocketMQ Connect](https://github.com/apache/rocketmq-connect): A tool for scalably and reliably streaming data between Apache RocketMQ and other systems. * [RocketMQ MQTT](https://github.com/apache/rocketmq-mqtt): A new MQTT protocol architecture model, based on which RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. * [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Apache rocketmq is incubating the ecological project warehouse, including Spark, ES, Beats and other connectors. From ab5580981568fc6305808cd23f846523dc5f899b Mon Sep 17 00:00:00 2001 From: terrance-swn <90394955+terrance-swn@users.noreply.github.com> Date: Fri, 13 May 2022 22:11:22 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 665417771d9..9e28a7014a3 100644 --- a/README.md +++ b/README.md @@ -34,20 +34,21 @@ It offers a variety of features: ---------- ## Apache RocketMQ Community -- RocketMQ Streams: A lightweight stream computing engine based on RocketMQ. -- RocketMQ Flink: The RocketMQ connector of Flink that supports source and sink connector in data stream and Table. -- RocketMQ Client CPP: RocketMQ CPP Client. -- RocketMQ Client Go: RocketMQ Go Client. -- RocketMQ Client Python -- RocketMQ Client Nodejs -- RocketMQ Spring -- RocketMQ Exporter -- RocketMQ Operator: Provides a way to run an RocketMQ cluster on Kubernetes. -- RocketMQ Docker: The Git repo of the Docker Image for Apache RocketMQ. -- RocketMQ Dashboard: Operation and maintenance console of RocketMQ. -- RocketMQ Connect: A tool for scalably and reliably streaming data between Apache RocketMQ and other systems. -- RocketMQ MQTT: A new MQTT protocol architecture model, based on which RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. -- RocketMQ Incubating Community Projects: Apache rocketmq is incubating the ecological project warehouse, including Spark, ES, Beats and other connectors. +* [RocketMQ Streams](https://github.com/apache/rocketmq-streams): A lightweight stream computing engine based on RocketMQ. +* [RocketMQ Flink](https://github.com/apache/rocketmq-flink): The RocketMQ connector of Flink that supports source and sink connector in data stream and Table. +* [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp): RocketMQ CPP Client. +* [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go): RocketMQ Go Client. +* [RocketMQ Client Python](https://github.com/apache/rocketmq-client-python) +* [RocketMQ Client Nodejs](https://github.com/apache/rocketmq-client-nodejs) +* [RocketMQ Spring](https://github.com/apache/rocketmq-spring) +* [RocketMQ Exporter](https://github.com/apache/rocketmq-exporter) +* [RocketMQ Operator](https://github.com/apache/rocketmq-operator): Provides a way to run an RocketMQ cluster on Kubernetes. +* [RocketMQ Docker](https://github.com/apache/rocketmq-docker): The Git repo of the Docker Image for Apache RocketMQ. +* [RocketMQ Dashboard](https://github.com/apache/rocketmq-dashboard): Operation and maintenance console of RocketMQ. +* [RocketMQ Connect](https://github.com/apache/rocketmq-connect): A tool for scalably and reliably streaming data between Apache RocketMQ and other systems. +* [RocketMQ MQTT](https://github.com/apache/rocketmq-mqtt): A new MQTT protocol architecture model, based on which RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. +* [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Apache rocketmq is incubating the ecological project warehouse, including Spark, ES, Beats and other connectors. +* [rocketmq-site](https://github.com/apache/rocketmq-site) ---------- ## Learn it & Contact us