1782935682 commented on code in PR #7700:
URL: https://github.com/apache/rocketmq/pull/7700#discussion_r2458491396


##########
proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/client/ClientActivity.java:
##########
@@ -101,15 +101,15 @@ public CompletableFuture<HeartbeatResponse> 
heartbeat(ProxyContext ctx, Heartbea
             switch (clientSettings.getClientType()) {
                 case PRODUCER: {
                     for (Resource topic : 
clientSettings.getPublishing().getTopicsList()) {
-                        String topicName = 
GrpcConverter.getInstance().wrapResourceWithNamespace(topic);
+                        String topicName = topic.getName();

Review Comment:
   Excuse me, could you please tell me why a short topic is used here instead 
of a full topic?



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