Skip to content

Conversation

terrance-swn
Copy link
Contributor

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.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

* [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.

Copy link
Member

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?

@duhenglucky
Copy link
Contributor

@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?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 51.914% when pulling ab55809 on terrance-swn:develop into 9445b78 on apache:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 51.914% when pulling ab55809 on terrance-swn:develop into 9445b78 on apache:develop.

@codecov-commenter
Copy link

Codecov Report

Merging #4296 (ab55809) into develop (9445b78) will decrease coverage by 0.12%.
The diff coverage is n/a.

@@              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     
Impacted Files Coverage Δ
.../broker/subscription/SubscriptionGroupManager.java 64.70% <0.00%> (-16.48%) ⬇️
...lient/impl/consumer/DefaultMQPushConsumerImpl.java 39.96% <0.00%> (-3.88%) ⬇️
...ava/org/apache/rocketmq/filter/util/BitsArray.java 59.82% <0.00%> (-2.57%) ⬇️
...e/rocketmq/remoting/netty/NettyRemotingServer.java 57.34% <0.00%> (-1.90%) ⬇️
...mq/client/impl/consumer/RebalanceLitePullImpl.java 72.05% <0.00%> (-1.48%) ⬇️
...e/rocketmq/remoting/netty/NettyRemotingClient.java 45.48% <0.00%> (-1.13%) ⬇️
...e/rocketmq/client/impl/consumer/RebalanceImpl.java 43.75% <0.00%> (-0.79%) ⬇️
...nt/impl/consumer/ConsumeMessageOrderlyService.java 49.64% <0.00%> (-0.71%) ⬇️
...che/rocketmq/acl/plain/PlainPermissionManager.java 75.19% <0.00%> (-0.52%) ⬇️
...ocketmq/client/consumer/DefaultMQPushConsumer.java 57.92% <0.00%> (-0.50%) ⬇️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9445b78...ab55809. Read the comment docs.

Comment on lines +39 to +40
* [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.
Copy link
Contributor

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. It seems Providing should be used instead of Provides.
  2. 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Please use Apache RocketMQ for consistency.
  2. Could you please explain the meaning of 'warehouse' here? It is a bit confusing.
  3. rocketmq-externals is a repository for incubator projects related to Apache RocketMQ, not limited to connectors.

@caigy caigy merged commit 0bebae6 into apache:develop May 17, 2022
GenerousMan pushed a commit to GenerousMan/rocketmq that referenced this pull request Aug 12, 2022
[ISSUE apache#4292] Add description to the community list of README file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants