joeCarf commented on code in PR #7257:
URL: https://github.com/apache/rocketmq/pull/7257#discussion_r1305586072


##########
broker/src/main/java/org/apache/rocketmq/broker/processor/PopMessageProcessor.java:
##########
@@ -283,6 +283,8 @@ public RemotingCommand processRequest(final 
ChannelHandlerContext ctx, RemotingC
             return response;
         }
 
+        String newTopic = 
MixAll.getRetryTopic(requestHeader.getConsumerGroup());

Review Comment:
   suggest naming variable `retryTopic`



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