GitHub user He-Pin closed a discussion: Add Flow.onErrorComplete operator
When we encounter an exception, sometime we may don't want the flow to result in an error but completes normally. The implementation can be simple, but still cause some confusing. I would like suggest to add a `onErrorComplete` operator which will complete the flow on some dedicated condition. And better we have another `onErrorContiune` operator, which will keep the flow working but will need the operator before it to support this. GitHub link: https://github.com/apache/incubator-pekko/discussions/623 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
