mdedetrich commented on issue #980: URL: https://github.com/apache/incubator-pekko/issues/980#issuecomment-1900179311
@tg44 So just to confirm, buy sub stream you didn't mean `split`/`when` (which creates a `SubFlow`) but instead `wireTap()`. Also is there a reason why you aren't using `alsoTo` instead of `wireTap`? Usually for your scenario you would use `alsoTo` since `wireTap` will not backpressure the flow it is tapped into (hence `wireTap` is typically only used for logging/metrics and the such) -- 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]
