GitHub user pjfanning added a comment to the discussion: `StreamConverters.asInputStream` not workable when using broadcast with `ByteString` source?
Looking at the InputStreamStage, it does look like it may have been written with InputStream semantics - supporting a one time read and that's it. For Fan-Out scenarios, it feels better to materialize a ByteString which is re-readable - you can get more than 1 InputStream from the ByteString and read the data more than once. GitHub link: https://github.com/apache/pekko/discussions/1807#discussioncomment-12591938 ---- This is an automatically sent email for notifications@pekko.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@pekko.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org