+doc #17569: Mention no support of "backpressure" strategy on Source.actorRef
This commit is contained in:
parent
bf47c93504
commit
333a006bf1
4 changed files with 12 additions and 2 deletions
|
|
@ -37,7 +37,9 @@ stream if there is demand from downstream, otherwise they will be buffered until
|
|||
demand is received.
|
||||
|
||||
Depending on the defined :class:`OverflowStrategy` it might drop elements if there is no space
|
||||
available in the buffer.
|
||||
available in the buffer. The strategy :class:`OverflowStrategy.backpressure()` is not supported
|
||||
for this Source type, you should consider using ActorPublisher if you want a backpressured
|
||||
actor interface.
|
||||
|
||||
The stream can be completed successfully by sending ``akka.actor.PoisonPill`` or
|
||||
``akka.actor.Status.Success`` to the actor reference.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue