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 [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
