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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]