krasserm/streamz

Replace deprecated actor publisher with graph stage

krasserm opened this issue · 6 comments

Replace deprecated actor publisher with graph stage

Any milestone for this?

I think it is totally possible to just use Source.queue and Sink.queue for fs2 converters instead of custom GraphStage. I can do it after #46 gets merged.

Please give it a try, would be a very important step!

@notxcain do you want me to wait with the 0.10-M1 release until this ticket is closed?

@krasserm no need to wait. This will be a non-breaking change of internal implementation.

Closed with #52