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

Migrate away from monix to cats-effect #2066

Open
mcanlas opened this issue Jun 5, 2023 · 4 comments
Open

Migrate away from monix to cats-effect #2066

mcanlas opened this issue Jun 5, 2023 · 4 comments

Comments

@mcanlas
Copy link

mcanlas commented Jun 5, 2023

Since monix is no longer maintained, we should upgrade the effect/cancelation framework to cats-effect

Hello from the Scala Spree at Scala Days 2023 Seattle! cc @tgodzik

@He-Pin
Copy link

He-Pin commented Sep 2, 2023

Can it be done with zio or pekko?

@tgodzik
Copy link
Contributor

tgodzik commented Sep 2, 2023

zio probably also, but pekko would be an even major rewrite, so I would avoid that.

The biggest challenge is to probably use bsp4j first, later we can use any Framework we want underneath

@mcanlas
Copy link
Author

mcanlas commented Nov 29, 2023

I have zero context, so this question might be basic but... What is the relation to bsp4j? Is that somehow tied to this repo's effect system? Or more of architectural debt that would make sense to do first?

@tgodzik
Copy link
Contributor

tgodzik commented Nov 30, 2023

bsp4s uses monix by default, so to change to cats we can either switch to bsp4j or rewrite bsp4s also to cats. I would prefer the first option since it's more framework agnostic and would be easier to change to something else if needed.

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

3 participants