dev.profunktor.fs2rabbit.resiliency

Type members

Classlikes

It provides a resilient run method for an effectful fs2.Stream that will run forever with automatic error recovery.

It provides a resilient run method for an effectful fs2.Stream that 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.