Gautam-aman opened a new pull request, #9982:
URL: https://github.com/apache/rocketmq/pull/9982

   ## What does this PR do?
   
   Skip invalid POP records when the consumer group does not exist, preventing
   unnecessary checkpoint and retry message generation.
   
   ## Why is it needed?
   
   Currently, POP checkpoints may still be written even if the consumer group
   is absent, leading to invalid retries and wasted resources.
   
   ## How was this tested?
   
   Verified locally with broker module build and full reactor build.
   All quality checks (SpotBugs, Checkstyle) pass.
   
   ## Related Issue
   
   Fixes #9980
   


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

Reply via email to