wz2cool opened a new issue #2714: URL: https://github.com/apache/rocketmq/issues/2714
i know this idea is a lot crazy. but it may useful. let me describe the detail. 1. we save messages to tiny local mq and get position instead of sending messages to server directly. 2. after that, read messages from tiny local mq by position and send messages to rocketmq (server side). 3. position will not change if meet any exception (eg: broker busy/system busy) The tiny local mq should be implemented by mmap and restore messages if client restart. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
