Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yx9o committed Jan 13, 2025
1 parent 6a47b12 commit 65779b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void handle(ConsumerGroupEvent event, String group, Object... args) {
this.brokerController.getBroker2Client().notifyConsumerIdsChanged(chl, group);
}
if (isNormalCompletion) {
activeGroupNotifyMap.remove(group);
activeGroupNotifyMap.computeIfPresent(group, (k, val) -> val == currentNotifyTaskControl ? null : val);
}
} else {
consumerChannelMap.put(group, channels);
Expand Down

0 comments on commit 65779b2

Please sign in to comment.