He-Pin opened a new pull request, #2795: URL: https://github.com/apache/pekko/pull/2795
## Motivation The GroupBy documentation example used a hardcoded number of substreams instead of demonstrating the idiomatic key-based grouping pattern. ## Modification Updated the GroupBy documentation to use a proper key function that groups elements by their inherent property, making the example more realistic and educational. ## Result Documentation now shows the recommended way to use GroupBy with a meaningful key function. ## References - Upstream commit: [akka/akka-core@1ed6dc09fd](https://github.com/akka/akka-core/commit/1ed6dc09fd), which is now Apache licensed. - Cherry-picked from akka/akka-core v2.8.0 (released Sept 2022, BSL -> Apache 2.0 after 3 years). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
