mdedetrich commented on code in PR #2467: URL: https://github.com/apache/pekko/pull/2467#discussion_r2509066442
########## stream-tests/src/test/scala/org/apache/pekko/stream/io/compression/CoderSpec.scala: ########## @@ -45,6 +45,8 @@ abstract class CoderSpec(codecName: String) extends AnyWordSpec with CodecSpecSu case object AllDataAllowed extends Exception with NoStackTrace protected def corruptInputCheck: Boolean = true + protected def autoFlush: Boolean = true Review Comment: Nope, having an interval based flush with compression would yield wild results -- 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]
