-
Notifications
You must be signed in to change notification settings - Fork 17
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
Deprecate akka-connector #50
Comments
+1 for |
Yeah that sounds good |
What do you have in mind as this connector/module? A while ago I wrote https://monix.io/docs/3x/reactive/observable.html#interoperability-with-other-streams-api-akka-streams-fs2 (ZIO Streams didn't exist at the time) I feel like a doc could be good enough unless you want to wrap API |
@Avasil I guess yeah its a wrapper but still can reduce some boilerplate code and make it more idiomatic, since monix provide generic reactive streams interoperability but not specific to the library. For example the Monix documentation only shows how to convert an akka I was just contemplating to do something similar for |
I agree with @Avasil and think that the better thing is to just provide docs on how to convert to different Reactive streams implementations, Akka is in |
Yup, I still think docs are good enough 👍 I'm planning an overhaul but with my pace it's going to be 2025 🙈 |
Maybe rename akka connector for reactive streams or just create new ones for ZIO and FS2.
The text was updated successfully, but these errors were encountered: