Other minor improvements
This commit is contained in:
parent
aa2596f088
commit
b5a813f766
4 changed files with 20 additions and 4 deletions
|
|
@ -37,8 +37,8 @@ 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. The strategy :class:`OverflowStrategy.backpressure()` is not supported
|
||||
for this Source type, you should consider using ActorPublisher if you want a backpressured
|
||||
available in the buffer. The strategy ``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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue