krasserm / streamz

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel
Apache License 2.0
282 stars 44 forks source link

Request for fs2 Support #16

Closed beefyhalo closed 8 years ago

beefyhalo commented 8 years ago

scalaz-stream's redesign to fs2 will be ready soon, and it would be fantastic to support it in this library. Particularly for me, the akka-persistence module.

What do you think?

volkerstampa commented 8 years ago

@beefyhalo Certainly makes a lot of sense, however fs2 has quite a different API. So looks like we have to rewrite lots of streamz which will take quite some time. Of course pull-requests are welcome to speed things up :-)

beefyhalo commented 8 years ago

Cool! Honestly I'd love to contribute. Gonna need some more time studying fs2 before I'm ready though.. In the meantime, check out this tasty resource https://github.com/ktonga/fs2-melancholy

krasserm commented 8 years ago

Now in master