pjfanning commented on code in PR #2336:
URL: https://github.com/apache/pekko/pull/2336#discussion_r2443369138
##########
stream/src/main/scala/org/apache/pekko/stream/javadsl/Flow.scala:
##########
@@ -1894,6 +1894,72 @@ final class Flow[In, Out, Mat](delegate:
scaladsl.Flow[In, Out, Mat]) extends Gr
case elem if clazz.isInstance(elem) => creator.create()
}
+ /**
+ * Recover allows to send last element on failure and gracefully complete
the stream
Review Comment:
Could you add a full stop at the end of this line? And also in other places
where this same comment is added in this PR.
--
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]