You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/04/15 03:09:22 UTC

[GitHub] [rocketmq] ph3636 commented on a change in pull request #2792: [ISSUE #2809] Add AbstractAllocateMessageQueueStrategy Optimize AllocateMessageQueueStrategy code

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



##########
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:
       done




-- 
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:
users@infra.apache.org