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 2021/09/16 13:58:05 UTC

[GitHub] [rocketmq] dragonTalon opened a new issue #3359: delay message support custom time

dragonTalon opened a new issue #3359:
URL: https://github.com/apache/rocketmq/issues/3359


   许多时候我们启动mq broker之后我们不会在修改broker,这个时候如果我们希望支持不能的延迟消息 无法实现。
   
   private String messageDelayLevel = "1s 5s 10s 30s 1m 2m 3m 4m 5m 6m 7m 8m 9m 10m 20m 30m 1h 2h";
   
   希望可以支持自定义的延迟时间。


-- 
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



[GitHub] [rocketmq] dragonTalon commented on issue #3359: delay message support custom time

Posted by GitBox <gi...@apache.org>.
dragonTalon commented on issue #3359:
URL: https://github.com/apache/rocketmq/issues/3359#issuecomment-922245768


   > We have achieved a plugin to support this function.If someone is interested, we will submit it in rocketmq-externals.
   > 
   > * second level
   > * based on DLedger library
   > * 20000 TPS per group
   
   i change rocketmq schedule method .
   this is my pr : https://github.com/apache/rocketmq/pull/3337 


-- 
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



[GitHub] [rocketmq] Jason918 commented on issue #3359: delay message support custom time

Posted by GitBox <gi...@apache.org>.
Jason918 commented on issue #3359:
URL: https://github.com/apache/rocketmq/issues/3359#issuecomment-922156031


   @dragonTalon 
   任意精度的一个独立延迟模块,可以参考下DDMQ里的Chronos模块。
   https://github.com/didi/DDMQ/tree/master/carrera-chronos
   
   根据场景可能需要一些适配改造


-- 
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



[GitHub] [rocketmq] vongosling commented on issue #3359: delay message support custom time

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #3359:
URL: https://github.com/apache/rocketmq/issues/3359#issuecomment-929065885


   https://github.com/apache/rocketmq/pull/2290. Everyone should look here to collaborate it.


-- 
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



[GitHub] [rocketmq] cserwen commented on issue #3359: delay message support custom time

Posted by GitBox <gi...@apache.org>.
cserwen commented on issue #3359:
URL: https://github.com/apache/rocketmq/issues/3359#issuecomment-922244969


   We have achieved a plugin to support this function.If someone is interested, we will submit it in rocketmq-externals. 
   - second level
   - based on DLedger library
   - 20000 TPS per group


-- 
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



[GitHub] [rocketmq] vongosling commented on issue #3359: delay message support custom time

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #3359:
URL: https://github.com/apache/rocketmq/issues/3359#issuecomment-929065885


   https://github.com/apache/rocketmq/pull/2290. Everyone should look here to collaborate it.


-- 
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