Introduced backpressure timeout (#20131) stage.
This commit is contained in:
parent
2420b96bc6
commit
8534adf603
13 changed files with 550 additions and 141 deletions
|
|
@ -66,9 +66,9 @@ Timeouts
|
|||
Currently Akka HTTP doesn't implement client-side request timeout checking itself as this functionality can be regarded
|
||||
as a more general purpose streaming infrastructure feature.
|
||||
|
||||
It should be noted that Akka Streams provide various timeout functionality so any API that uses a streams can benefit
|
||||
from the stream stages such as ``idleTimeout``, ``completionTimeout``, ``initialTimeout`` and even ``throttle``.
|
||||
To learn more about these refer to their documentation in Akka Streams (and Scala Doc).
|
||||
It should be noted that Akka Streams provide various timeout functionality so any API that uses streams can benefit
|
||||
from the stream stages such as ``idleTimeout``, ``backpressureTimeout``, ``completionTimeout``, ``initialTimeout``
|
||||
and ``throttle``. To learn more about these refer to their documentation in Akka Streams (and Scala Doc).
|
||||
|
||||
For more details about timeout support in Akka HTTP in general refer to :ref:`http-timeouts`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue