You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/01/12 12:01:46 UTC

[GitHub] [rocketmq] dragon-zhang edited a comment on issue #2937: [RIP-22] RocketMQ Logic Ordered Message

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)都做完,再加上2个小功能:
   1.异步发送同步化(走异步发送,但是用单线程异步发,发送失败就重试,这对于`RIP27`应当是个不错的思路);
   2.聚批发送前排序;
   这2个功能加上,就完美了。
   另外我仔细想过一点,就算做了RIP22的queue细分,消费的时候,由于java的线程模型,还是在固定的几十个线程里消费,因此,除了异步发送同步化,其他逻辑意义不大。


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org