duhenglucky commented on a change in pull request #1122: [ISSUE #1120]Add new 
feature: support namespace
URL: https://github.com/apache/rocketmq/pull/1122#discussion_r284105803
 
 

 ##########
 File path: 
client/src/main/java/org/apache/rocketmq/client/consumer/DefaultMQPullConsumer.java
 ##########
 @@ -250,6 +265,7 @@ public void setRegisterTopics(Set<String> registerTopics) {
     @Override
     public void sendMessageBack(MessageExt msg, int delayLevel)
         throws RemotingException, MQBrokerException, InterruptedException, 
MQClientException {
+        msg.setTopic(withNamespace(msg.getTopic()));
 
 Review comment:
   yes, this issue has been resolved,  @ShannonDing added the check logic 
before send message

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to