Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs2 support #150

Closed
rtwnk opened this issue Jun 18, 2020 · 3 comments
Closed

fs2 support #150

rtwnk opened this issue Jun 18, 2020 · 3 comments

Comments

@rtwnk
Copy link

rtwnk commented Jun 18, 2020

Hi!

Your library is very great and I am happy to use it.

What do you think is it possible to create interop for fs2 streams? We have lots of tools already done in fs2 and it would be hard to maintain both effects (ZIO, cats.effect.IO) and I would be grateful to have your lib using fs2

Thanks for feedback!

@svroonland
Copy link
Owner

Hi @rtwnk, Thanks!

I'd be happy to have fs2 support as part of the library, but I think it would mostly require interop at the ZIO/ZStream level.
I found this, so you might want to add your vote there:
zio/interop-cats#69

I don't have fs2 experience myself, but a PR adding support for that is welcome of course!

@svroonland
Copy link
Owner

Conversion of ZStream to an FS2 stream was added in zio/interop-cats#216. Doesn't look like it's released yet though.

@svroonland
Copy link
Owner

FS2 interop was added in v2.2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants