RockteMQ-AI commented on issue #299: URL: https://github.com/apache/rocketmq-streams/issues/299#issuecomment-5487027590
**Issue Evaluation** Category: `bug` | Status: **Confirmed** If the two `count` function overloads in `GroupedStreamImpl` have identical implementations, the variant with `SelectAction` parameter is not performing the expected key-based counting. The `SelectAction` variant should count based on a projected value, not just key existence. **Root Cause:** Copy-paste error or incomplete implementation — the `SelectAction` overload likely should delegate to a different counting logic. **Impact:** Incorrect aggregation results when using the `SelectAction` variant. **Severity:** Medium --- *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]
