12 comments (12 comments)0 reactions (0 reactions)0 assignees (0 assignees)Scala3,547 forks (3,547 forks)batch import
1 - triagedhelp wantedt:stream
Repository metrics
- Stars
- 13,277 stars (13,277 stars)
- PR merge metrics
- Avg merge 8d 19h (Avg merge 8d 19h)10 merged PRs in 30d (10 merged PRs in 30d)
Description
Implement methods that origin source and flow provide but missed in "with context" one.
Such as:
- log
- groupWithin
- async
etc...
Contributor guide
- Research direction
- Study the existing implementation of Source and Flow methods like log, groupWithin, and async, then replicate them for WithContext variants. Follow the same patterns and ensure the context is preserved.
- Tech stack
- None
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- ScalaAkka Streams