Package

com.github.gvolpe.fs2rabbit

resiliency

Permalink

package resiliency

Visibility
  1. Public
  2. All

Value Members

  1. object ResilientStream

    Permalink

    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.

Ungrouped