chenzlalvin commented on code in PR #6786:
URL: https://github.com/apache/rocketmq/pull/6786#discussion_r1201348073


##########
proxy/src/main/java/org/apache/rocketmq/proxy/service/sysmessage/HeartbeatSyncer.java:
##########
@@ -49,7 +49,7 @@ public class HeartbeatSyncer extends 
AbstractSystemMessageSyncer {
 
     protected ThreadPoolExecutor threadPoolExecutor;
     protected ConsumerManager consumerManager;
-    protected final Map<String /* channelId as longText */, RemoteChannel> 
remoteChannelMap = new ConcurrentHashMap<>();
+    protected final Map<String /* group @ channelId as longText */, 
RemoteChannel> remoteChannelMap = new ConcurrentHashMap<>();

Review Comment:
   Will the "@" symbol conflict with the Group character?



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