dragon-zhang edited a comment on issue #2937: URL: https://github.com/apache/rocketmq/issues/2937#issuecomment-1010973029
> @dragon-zhang 看下最新的[RIP-26](https://github.com/apache/rocketmq/wiki/RIP-26-Improve-Batch-Message-Processing-Throughput) 是不是也能满足这个issue 的诉求 [RIP-26](https://github.com/apache/rocketmq/wiki/RIP-26-Improve-Batch-Message-Processing-Throughput)和[RIP-27](https://github.com/apache/rocketmq/wiki/RIP-27-Auto-batching-in-producer)都做完,再补充个`异步发送顺序化`: 1.异步发送同步化(走异步发送,但是用单线程异步发,发送失败就重试); 2.完全异步,但是聚批发送前,做排序操作,这样也能保证顺序; 希望这`2`个点能为`RIP27`提供新的思路。 另外我仔细想过一点,就算做了RIP22的queue细分,消费的时候,由于java的线程模型,还是在固定的几十个线程里消费(除非引入`协程`,如`loom`、`AJDK`),因此除了`异步发送顺序化`,其他逻辑意义不大。 -- 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]
