The GitHub Actions job "Pull Requests" on 
pekko.git/deprecate-source-queue-overloads has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
2ceeea1fbee239e08f528e472c1de4bec8c7d7ff / 虎鸣 <[email protected]>
stream: deprecate Source.queue overloads that materialize 
SourceQueueWithComplete

Motivation:
The Source.queue overloads returning SourceQueueWithComplete have an
async offer future that can hang indefinitely under backpressure, causing
OOM/FGC in production. BoundedSourceQueue is the safer alternative.

Modification:
- Deprecate the four Source.queue overloads (scaladsl + javadsl)
- Update docs with migration table and warnings
- Fix @apidoc references in Paradox docs
- Suppress deprecation warnings at internal call sites

Result:
Users are guided toward BoundedSourceQueue and Source.actorRef, reducing
the risk of production OOM from hung offer futures.

Tests:
- sbt "stream / Test / compile"

References:
Refs #3095

Report URL: https://github.com/apache/pekko/actions/runs/28965711798

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to