package resiliency
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
ResilientStream
It provides a resilient run method for an effectful
fs2.Streamthat will run forever with automatic error recovery.It provides a resilient run method for an effectful
fs2.Streamthat will run forever with automatic error recovery.In case of failure, the entire stream will be restarted after the specified retry time with an exponential backoff.
By default the program will be restarted in 5 seconds, then 10, then 15, etc.
- See also
ResilientStreamSpec for more.