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/05/08 04:35:27 UTC

[GitHub] [rocketmq] cserwen commented on pull request #2290: [ISSUE #2289] Serverless schedule support builtin core

cserwen commented on pull request #2290:
URL: https://github.com/apache/rocketmq/pull/2290#issuecomment-835086157


   This way of implementation is intuitive and can achieve this feature without relying on other components. But as @shudo1219  said, it has some limitations. I also have another problem. If there is someone who want to support messages with a large time span, he must extend the save time of commitLog because the delayed messages are saved together with the normal messages. But this means that we will save normal messages for a long time. It seems to be useless to do this.


-- 
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:
users@infra.apache.org