pjfanning commented on issue #2620: URL: https://github.com/apache/pekko/issues/2620#issuecomment-3765330216
@He-Pin @raboof @mdedetrich the more I think about this, the more I think that we should fix this. The recover functions take as one param a function to create a recovery flow. That function could return a hard coded FailedSource in an artificial test but it could have logic that depending on the input value or external factor if the function allows that then it could return a FailedSource or a viable Source. For example first retry could lead to a FailedSource but 2nd could lead to a different type of Source that is worth trying. -- 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]
