zhouxinyu commented on PR #4383: URL: https://github.com/apache/rocketmq/pull/4383#issuecomment-1171852379
I think we need more discussions about this feature and implementation. I have two points: 1. Is there any chance to implement this feature through the client hooks, e.g., `QueueSelector` for the producer and `AllocateMessageQueueStrategy` for the consumer. 2. The associated implementation seems to introduce more complexity for both client and server, if we really want to bring in this feature, can we consider only implementing it on the server-side, e.g., control the topic route info from namesrv follow the az info of clients? -- 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]
