echooymxq opened a new issue, #5690:
URL: https://github.com/apache/rocketmq/issues/5690

   For Proxy support remoting protocol, as far as I can currently see, the 
`bname` field will be added to the request header. Low version clients do not 
have this field. Can we do queue mapping at the proxy layer? For example, a 
named topic TopicTest, it contains broker-a{0,1,2,3} and broker-b{0,1,2,3}, 
which are converted to the TopicTest, broker-gateway{0,1,2,3,4,5,6,7}, and then 
the original queueId and brokerName are converted according to the queueId 
requested by the client, it aims to support low-version clients.  Any ideas?


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