Is there a way to print the dropped elements of a stream when using OverflowStrategy.dropHead or OverflowStrategy.dropTail?
How to print dropped elements in a stream with OverflowStrategy?
171 views Asked by ale64bit At
1
Is there a way to print the dropped elements of a stream when using OverflowStrategy.dropHead or OverflowStrategy.dropTail?
If akka.stream.impl.ActorRefSourceActor can be of any help there are these two
case
s inreceive
:I think it crosses out possibility to have the elements printed out before being dropped.