RockteMQ-AI commented on issue #299:
URL: 
https://github.com/apache/rocketmq-streams/issues/299#issuecomment-5235134909

   **Issue Evaluation**
   
   Category: `question` | Status: **Evaluated**
   
   The observation is valid — if both `count()` overloads in 
`GroupedStreamImpl` produce identical results, one of them may be redundant or 
incorrectly implemented.
   
   The `count()` without a `SelectAction` should count all records per key, 
while `count(SelectAction<OUT, V>)` should count based on a projected value. If 
they behave identically, the second overload may not be applying the 
`SelectAction` correctly.
   
   This needs a code review of `GroupedStreamImpl` to confirm whether the 
`SelectAction` is being properly applied in the second variant.
   
   ---
   *Automated evaluation by github-manager*


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