RockteMQ-AI commented on issue #10793: URL: https://github.com/apache/rocketmq/issues/10793#issuecomment-5190436036
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Root Cause:** `ConsumerManagerActivity.getConsumerListByGroup` dereferences `getConsumerGroupInfo(...)` without null-check. Offline groups return `null`, causing NPE. **Impact:** Runtime — NPE on admin query for offline consumer groups **Severity:** Medium Valid issue. The fix should return `CONSUMER_NOT_ONLINE` (consistent with `getConsumerConnectionList` in the same activity). An automated fix proposal will 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]
