pjfanning commented on code in PR #2120: URL: https://github.com/apache/pekko/pull/2120#discussion_r2312396154
########## docs/src/main/paradox/stream/operators/Source-or-Flow/onErrorResume.md: ########## @@ -0,0 +1,32 @@ +# onErrorResume + +Allows transforming a failure signal into a stream of elements provided by a factory function. Review Comment: Should you mention that this is Java Only, that Scala users should use `recoverWith`? -- 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]
