cserwen commented on code in PR #6443:
URL: https://github.com/apache/rocketmq/pull/6443#discussion_r1151583387


##########
client/src/main/java/org/apache/rocketmq/client/impl/consumer/RebalanceImpl.java:
##########
@@ -310,17 +308,16 @@ private boolean rebalanceByTopic(final String topic, 
final boolean isOrder) {
 
                     balanced = mqSet.equals(getWorkingMessageQueue(topic));
                 } else {
-                    this.messageQueueChanged(topic, 
Collections.<MessageQueue>emptySet(), Collections.<MessageQueue>emptySet());

Review Comment:
   For the Client module, we should consider whether we need to support 
versions prior to JDK1.8



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to