softwaremill / ox

Safe direct style concurrency and resiliency for Scala on the JVM

Home Page:https://ox.softwaremill.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend source with the `SupervisionStrategy`

geminicaprograms opened this issue · comments

At present when error happens during element emission the source gets failed. How about:

  • skip the failure and continue
  • restart emission
  • ...