VictoryAnn commented on issue #8904: URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2467074172
> * https://github.com/apache/rocketmq/tree/develop/proxy#cluster-mode > * https://github.com/apache/rocketmq/tree/develop/proxy#local-mode > > 看以上2图,能看出点端倪来 这个图有点疑问,就是client需要先获取所有topic路由,用了proxy和broker 同一个进程的话,获取到的路由地址会被proxy替换成proxy的端口,然后根据对应topic所在的proxy,客户端会选择对应的proxy地址去send message。但是现状看起来是客户端获取topic路由的时候,由于topic不在当前broker上,导致路由信息返回的message type 为 0,客户端获取不到topic路由。 ![image](https://github.com/user-attachments/assets/c0f73832-eb86-40c9-8e03-cb17469e7426) -- 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