RockteMQ-AI commented on issue #11039:
URL: https://github.com/apache/rocketmq/issues/11039#issuecomment-5711118079

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid bug in the consumer registration logic. The issue correctly 
identifies that consumers registered via heartbeat-v2 withoutSub are never 
removed by fast channel-close events.
   
   **Root Cause:** The channel-close event handler does not properly handle 
consumers registered without subscription info.
   
   **Impact:** Stale consumer registrations persist, affecting consumer group 
management and rebalancing.
   
   **Severity:** Medium - affects consumer lifecycle management.
   
   **Assessment:** The fix should ensure channel-close events properly clean up 
all consumer registrations, including those without subscription info.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *Automated evaluation by RockteMQ-AI*


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