Is it possible (or will it be possible in the future) to implement my own OverflowStrategy as a function of the current buffer of the element? Or there's a particular reason to not allow that?
Thanks!
Is it possible (or will it be possible in the future) to implement my own OverflowStrategy as a function of the current buffer of the element? Or there's a particular reason to not allow that?
Thanks!
Given
sealed
insealed abstract class OverflowStrategy
in akka.stream.OverflowStrategy, no way you could do that.