mdedetrich opened a new pull request, #1831: URL: https://github.com/apache/pekko/pull/1831
From my many years of using akka/pekko streams, this pattern happens so frequently that I personally think its justified to warrant its inclusion as a utility function. Specifically this case happens when as part of your stream logic, you need to evaluate the stream (usually because some part of logic is not a pure stream and hence you need to prematerialize it) but you still wan't to keep the entire flow as a pekko stream. -- 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