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 2020/03/25 00:03:55 UTC

[GitHub] [rocketmq] 2259289435 opened a new issue #1882: Support StartDeliverTime

2259289435 opened a new issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882
 
 
   Can specify any time consumption, the error is within a minimum level, the default is 1s, only delay not advance

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


With regards,
Apache Git Services

[GitHub] [rocketmq] 2259289435 edited a comment on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
2259289435 edited a comment on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608253070
 
 
   > I'm very honored to receive your reply. May I ask how you use this logic in your actual business? Any other questions
   
   ths, StartDeliverTime is the original field, which is also used in the paid version of aliyun, except that the open source version does not have this feature, so it can be consistent  
   https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO
   
   code in #1874 
   example/src/main/java/org/apache/rocketmq/example/schdule/StartDeliverTimeConsumer.java 
   example/src/main/java/org/apache/rocketmq/example/schdule/StartDeliverTimeProducer.java
   long startDeliverTime = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(360000L));
   Message msg = ...
   msg.setStartDeliverTime(startDeliverTime);
   producer.send(msg);
   
   

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


With regards,
Apache Git Services

[GitHub] [rocketmq] jiangchuan-java commented on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
jiangchuan-java commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608257873
 
 
   > > 收到您的回覆,我感到非常荣幸。请问您在实际业务中如何使用此逻辑?还有其他问题吗
   > 
   > 因此,StartDeliverTime是原始字段,阿里云的付费版本中也使用了该字段,但开源版本不具有此功能,因此可以与[https://help.aliyun.com/document_detail/29550](https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO)保持一致
   > [。 html?spm = a2c4g.11186623.6.590.51d87e80kyeUmO](https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO)
   > 
   > [#1874中的](https://github.com/apache/rocketmq/pull/1874)代码
   > example / src / main / java / org / apache / rocketmq / example / schdule / StartDeliverTimeConsumer.java
   > example / src / main / java / org / apache / rocketmq / example / schdule / StartDeliverTimeProducer.java
   > long startDeliverTime = System .currentTimeMillis()+ TimeUnit.SECONDS.toMillis(360000L));
   > 消息msg = ...
   > msg.setStartDeliverTime(startDeliverTime);
   > producer.send(msg);
   
   thank you very much

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


With regards,
Apache Git Services

[GitHub] [rocketmq] 2259289435 commented on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
2259289435 commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608267025
 
 
   qq wechat 2259289435  

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


With regards,
Apache Git Services

[GitHub] [rocketmq] jiangchuan-java commented on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
jiangchuan-java commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608264287
 
 
   > > > 收到您的回覆,我感到非常荣幸。请问您在实际业务中如何使用此逻辑?还有其他问题吗
   > > 
   > > 
   > > 因此,StartDeliverTime是原始字段,阿里云的付费版本中也使用了该字段,但开源版本不具有此功能,因此可以与[https://help.aliyun.com/document_detail/29550](https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO)保持一致
   > > [。 html?spm = a2c4g.11186623.6.590.51d87e80kyeUmO](https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO)
   > > [#1874中的](https://github.com/apache/rocketmq/pull/1874)代码
   > > example / src / main / java / org / apache / rocketmq / example / schdule / StartDeliverTimeConsumer.java
   > > example / src / main / java / org / apache / rocketmq / example / schdule / StartDeliverTimeProducer.java
   > > long startDeliverTime = System .currentTimeMillis()+ TimeUnit.SECONDS.toMillis(360000L));
   > > 消息msg = ...
   > > msg.setStartDeliverTime(startDeliverTime);
   > > producer.send(msg);
   > 
   > thank you very much
   
   Can we have further communication with you, such as WeChat, QQ or other ways? I want to know whether there are some problems in the actual use of this implementation method with you, because we just started to use this logic, I want to learn from your experience

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


With regards,
Apache Git Services

[GitHub] [rocketmq] 2259289435 commented on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
2259289435 commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-603567428
 
 
   #1874 

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


With regards,
Apache Git Services

[GitHub] [rocketmq] 2259289435 removed a comment on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
2259289435 removed a comment on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608267025
 
 
   qq wechat 2259289435  

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


With regards,
Apache Git Services

[GitHub] [rocketmq] jiangchuan-java commented on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
jiangchuan-java commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608214648
 
 
   I'm very honored to receive your reply. May I ask how you use this logic in your actual business? Any other questions

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


With regards,
Apache Git Services

[GitHub] [rocketmq] 2259289435 commented on issue #1882: Support StartDeliverTime

Posted by GitBox <gi...@apache.org>.
2259289435 commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608253070
 
 
   > I'm very honored to receive your reply. May I ask how you use this logic in your actual business? Any other questions
   
   ths, StartDeliverTime is the original field, which is also used in the paid version of aliyun, except that the open source version does not have this feature, so it can be consistent  
   
   code in #1874 
   example/src/main/java/org/apache/rocketmq/example/schdule/StartDeliverTimeConsumer.java 
   example/src/main/java/org/apache/rocketmq/example/schdule/StartDeliverTimeProducer.java
   long startDeliverTime = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(360000L));
   Message msg = ...
   msg.setStartDeliverTime(startDeliverTime);
   producer.send(msg);
   
   

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


With regards,
Apache Git Services