-
Notifications
You must be signed in to change notification settings - Fork 12k
[ISSUE #4292] Add description to the community list of README file #4296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* [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. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you discussed this practice with the community?
@hzh0425 @terrance-swn It's a good practice to add a short description for each eco-repo, but would you like resolve the conflicts first? |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #4296 +/- ##
=============================================
- Coverage 48.18% 48.06% -0.13%
+ Complexity 5085 5069 -16
=============================================
Files 642 642
Lines 42780 42780
Branches 5599 5599
=============================================
- Hits 20614 20561 -53
- Misses 19650 19707 +57
+ Partials 2516 2512 -4
Continue to review full report at Codecov.
|
* [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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems not more descriptive than the original ones. Maybe you can refer to corresponding projects for more specific description.
* [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) | ||
* [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals) | ||
* [RocketMQ Operator](https://github.com/apache/rocketmq-operator): Provides a way to run an RocketMQ cluster on Kubernetes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It seems
Providing
should be used instead ofProvides
. an Apache RocketMQ cluster
is more appropriate.
* [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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please use
Apache RocketMQ
for consistency. - Could you please explain the meaning of 'warehouse' here? It is a bit confusing.
- rocketmq-externals is a repository for incubator projects related to Apache RocketMQ, not limited to connectors.
[ISSUE apache#4292] Add description to the community list of README file
Make sure set the target branch to
develop
What is the purpose of the change
Add description to the community list of README file.
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.