RongtongJin commented on a change in pull request #2792:
URL: https://github.com/apache/rocketmq/pull/2792#discussion_r613098337



##########
File path: 
client/src/main/java/org/apache/rocketmq/client/consumer/rebalance/AbstractAllocateMessageQueueStrategy.java
##########
@@ -0,0 +1,57 @@
+package org.apache.rocketmq.client.consumer.rebalance;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import org.apache.rocketmq.client.consumer.AllocateMessageQueueStrategy;
+import org.apache.rocketmq.client.log.ClientLogger;
+import org.apache.rocketmq.common.message.MessageQueue;
+import org.apache.rocketmq.logging.InternalLogger;
+
+/**
+ * @author ph3636
+ */

Review comment:
       Remove Author information

##########
File path: 
client/src/main/java/org/apache/rocketmq/client/consumer/rebalance/AbstractAllocateMessageQueueStrategy.java
##########
@@ -0,0 +1,57 @@
+package org.apache.rocketmq.client.consumer.rebalance;

Review comment:
       Lack of apache license header




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to