Can I implement my own OverflowStrategy?

87 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 answers

0
Jacek Laskowski On BEST ANSWER

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