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/07/14 10:36:54 UTC

[GitHub] [rocketmq-client-go] udoless opened a new issue, #855: How to consume from last offset when create new consumer group?

udoless opened a new issue, #855:
URL: https://github.com/apache/rocketmq-client-go/issues/855

   **BUG REPORT**  
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
   Create a new consumer group with ConsumeFromLastOffset option.
       - What did you expect to see?
   Consume from last offset
       - What did you see instead?
   Consumer from first offset
   
   2. Please tell us about your environment:
   
        - What is your OS?
   macOS
        - What is your client version?
   2.1.0
        - What is your RocketMQ version?
   4.3.1
   


-- 
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.apache.org

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


[GitHub] [rocketmq-client-go] udoless commented on issue #855: How to consume from last offset when create new consumer group?

Posted by GitBox <gi...@apache.org>.
udoless commented on issue #855:
URL: https://github.com/apache/rocketmq-client-go/issues/855#issuecomment-1186877283

   > Maybe mqadmin class can satisfy you
   
   @guyinyou Can you explain further?


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


[GitHub] [rocketmq-client-go] ShannonDing closed issue #855: How to consume from last offset when create new consumer group?

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #855: How to consume from last offset when create new consumer group?
URL: https://github.com/apache/rocketmq-client-go/issues/855


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


[GitHub] [rocketmq-client-go] Ikepi commented on issue #855: How to consume from last offset when create new consumer group?

Posted by GitBox <gi...@apache.org>.
Ikepi commented on issue #855:
URL: https://github.com/apache/rocketmq-client-go/issues/855#issuecomment-1185394601

   as for a new consumer group, i guess the last offset is as same as first offset because it never consume before. 


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


[GitHub] [rocketmq-client-go] guyinyou commented on issue #855: How to consume from last offset when create new consumer group?

Posted by GitBox <gi...@apache.org>.
guyinyou commented on issue #855:
URL: https://github.com/apache/rocketmq-client-go/issues/855#issuecomment-1189742756

   You can search for the following related information:
   mqadmin resetOffsetByTime
   
   In this way, the consumption offset can be updated to the latest time offset


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


[GitHub] [rocketmq-client-go] guyinyou commented on issue #855: How to consume from last offset when create new consumer group?

Posted by GitBox <gi...@apache.org>.
guyinyou commented on issue #855:
URL: https://github.com/apache/rocketmq-client-go/issues/855#issuecomment-1186708028

   Maybe mqadmin class can satisfy you


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