He-Pin commented on code in PR #2120: URL: https://github.com/apache/pekko/pull/2120#discussion_r2312417708
########## docs/src/main/paradox/stream/operators/Source-or-Flow/onErrorResume.md: ########## @@ -0,0 +1,34 @@ +# onErrorResume + +Allows transforming a failure signal into a stream of elements provided by a factory function. + +@ref[Error handling](../index.md#error-handling) + +This method is Java API only, use @ref[recoverWith](recoverWith.md) in Scala. Review Comment: @pjfanning Done with this line. -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org