0xCAFEBABE0 opened a new issue, #9088:
URL: https://github.com/apache/rocketmq/issues/9088

   ### Is Your Feature Request Related to a Problem?
   
   When creating a new consumer group, if we want to avoid consuming historical 
messages, the current methods are either:
   
   - Manually skipping messages through the Dashboard, or
   - Using mqadmin to clone the consumer group and then reset the offsets.
   
   
   ### Describe the Solution You'd Like
   
   For topics that have existed online for a long time and continuously 
accumulate large amounts of data, there is often a need to skip historical 
messages when creating a new consumer group. Currently, this can only be 
achieved using mqadmin commands.
   
   ### Describe Alternatives You've Considered
   
   While these methods work, they can be cumbersome in certain scenarios. Would 
you consider providing a more straightforward way to achieve this, such as an 
option to directly skip historical messages when the consumer group is created? 
This would greatly improve usability and efficiency.
   
   ### Additional Context
   
   _No response_


-- 
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: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to