You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/12/23 12:30:36 UTC

[GitHub] [rocketmq-client-go] wysobj opened a new issue, #976: [FATAL] consumeMessageCurrently miss consumption

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

   In consumeMessageCurrently, when the consumer fails to consume messages, these messages are sent back to RETRY Topic. 
   But in the case of sending back those messages failed, the offset of the queue is STILL updated by those messages. Eventually these messages are not in the retry topic, and the offset skip them behind, which means these messages will never been consumed again.
   ![image](https://user-images.githubusercontent.com/11953589/209336571-511f4259-c416-4c03-9dba-208b36b0a2be.png)
   


-- 
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-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-client-go] wysobj commented on issue #976: [FATAL] consumeMessageCurrently miss consumption

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

   found same closed issue:https://github.com/apache/rocketmq-client-go/pull/860


-- 
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-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-go] wysobj commented on issue #976: [FATAL] consumeMessageCurrently miss consumption

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

   found:https://github.com/apache/rocketmq-client-go/pull/860


-- 
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-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-go] wysobj commented on issue #976: [FATAL] consumeMessageCurrently miss consumption

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

   > In consumeMessageCurrently, when the consumer fails to consume messages, these messages are sent back to RETRY Topic. But in the case of sending back those messages failed, the offset of the queue is STILL updated by those messages. Eventually these messages are not in the retry topic, and the offset skip them behind, which means these messages will never been consumed again. ![image](https://user-images.githubusercontent.com/11953589/209336571-511f4259-c416-4c03-9dba-208b36b0a2be.png)
   
   found same closed issue:https://github.com/apache/rocketmq-client-go/pull/860


-- 
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-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-go] wysobj closed issue #976: [FATAL] consumeMessageCurrently miss consumption

Posted by GitBox <gi...@apache.org>.
wysobj closed issue #976: [FATAL] consumeMessageCurrently miss consumption
URL: https://github.com/apache/rocketmq-client-go/issues/976


-- 
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-unsubscribe@rocketmq.apache.org

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