drpmma commented on code in PR #661: URL: https://github.com/apache/rocketmq-clients/pull/661#discussion_r1446844636
########## java/client/src/main/java/org/apache/rocketmq/client/java/impl/consumer/ConsumerImpl.java: ########## @@ -123,7 +123,10 @@ protected ListenableFuture<ReceiveMessageResult> receiveMessage(ReceiveMessageRe } private AckMessageRequest wrapAckMessageRequest(MessageViewImpl messageView) { - final Resource topicResource = Resource.newBuilder().setName(messageView.getTopic()).build(); + final Resource topicResource = Resource.newBuilder() + .setResourceNamespace(clientConfiguration.getNamespace()) Review Comment: Group's namespace is added in getProtobufGroup() method. -- 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