pjfanning opened a new issue, #624: URL: https://github.com/apache/incubator-pekko/issues/624
### Discussed in https://github.com/apache/incubator-pekko/discussions/623 <div type='discussions-op-text'> <sup>Originally posted by **He-Pin** September 2, 2023</sup> 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.</div> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
