dyrnq / springcloud-rocketmq-example

POC new features of rocketmq5
https://github.com/apache/rocketmq
0 stars 0 forks source link

Will the newly implemented message delay of rocketmq v5 still use the topic SCHEDULE_TOPIC_XXXX? #20

Open dyrnq opened 1 month ago

dyrnq commented 1 month ago

RocketMQ 5.0 introduced the timing wheel algorithm to support delay messages at any time.

dyrnq commented 1 month ago

RocketMQ uses the TimerWheel class to encapsulate the time wheel, which actually corresponds to a fixed-size file on the disk. The default file path is ${storePathRootDir}/timerwheel and the default size is about 37 MB.

dyrnq commented 1 month ago

https://github.com/apache/rocketmq/issues/2289