fwhezfwhez opened a new issue #656:
URL: https://github.com/apache/rocketmq-client-go/issues/656
Now, I add a new consumer-group. It will consume histroy messages ,which are
too many.
Is there any api to help ignore those old history messages, just by time.
It's alright to add it into selector like:
```go
consumer.MessageSelector{
Type: consumer.TAG,
Expression: tag,
StartTime: -time.Now().Add(30 * time.Second),
}
```
--
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:
[email protected]