Can I implement my own OverflowStrategy?

122 Views Asked by At

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!

1

There are 1 best solutions below

0
On BEST ANSWER

Given sealed in sealed abstract class OverflowStrategy in akka.stream.OverflowStrategy, no way you could do that.