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/02/09 12:55:48 UTC

[GitHub] [rocketmq] RishiKumarRay edited a comment on issue #3836: Removing unused class file

RishiKumarRay edited a comment on issue #3836:
URL: https://github.com/apache/rocketmq/issues/3836#issuecomment-1033731591


   @ni-ze @lizhiboo is there anything else we have to do alongwith removing this 
   public class MQHelper {
       public static void resetOffsetByTimestamp(
           final MessageModel messageModel,
           final String consumerGroup,
           final String topic,
           final long timestamp) throws Exception {
           resetOffsetByTimestamp(messageModel, "DEFAULT", consumerGroup, topic, timestamp);
       }


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