Koado commented on code in PR #9116:
URL: https://github.com/apache/rocketmq/pull/9116#discussion_r1984346206


##########
broker/src/main/java/org/apache/rocketmq/broker/client/DefaultConsumerIdsChangeListener.java:
##########
@@ -125,4 +145,27 @@ private void notifyConsumerChange() {
     public void shutdown() {
         this.scheduledExecutorService.shutdown();
     }
+
+    private static class NotifyTaskControl {
+
+        private final AtomicBoolean interrupted = new AtomicBoolean(false);
+
+        private final List<Channel> channels;

Review Comment:
   I understand that this is controlled by the interrupted flag? once the 
interrupted flag is true, the for loop will be break. 



-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to