dyrnq commented on issue #8904:
URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2469486041

   嗯,对比了下这俩类的getTopicRouteForProxy方法
   唯一的区别就是grpcPort和requestHostAndPortList
   
   
   ```java
           return new ProxyTopicRouteData(topicRouteData, grpcPort); // 
grpcPort是不带IP的啊,他过不去另外的机器啊
   ```
   
   ```java
           return new ProxyTopicRouteData(topicRouteData, 
requestHostAndPortList);
   ```
   
   


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