-
Notifications
You must be signed in to change notification settings - Fork 5
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
Documentation: general aim of the project #145
Comments
Hello, these days we mostly use akka-cluster-sharding and relevant dependencies. This project covers very important bits for using akka cluster & sharding without really exposing Actor/ActorRef as api Important thing about this project - as it provides building blocks rather than framework like setup. Those building blocks you can use in various part of Interoperability with akka |
I also wanted to integrate cats-effect with my Akka project Reactive Solid. But I was wondering: how do they tie together? For example are you running your cats-effect fibres inside one actor or from a thread pool? Or have you found a way to use the actors themselves as fibres? How would you recommend combining cats-effect and actors? |
I think you should take a look at this test/example |
Thanks. That is very interesting example. I am implementing the IETF's "Signing HTTP Messages" (in httpSig repo) using typelevel bobcats (perhaps that is of interest to evolution-gaming?) I am using Akka typed and also Cats Effect 3.0 so I won't be able to use your |
We see no future in
overall examples should be good enough to give a rough idea :) |
Hi,
I am working with Akka and started with cats effect recently and am looking to understand how the
two can best work together. This lead me to your project
Akka-effect
How are you using it? What is the motivation behind it? What kinds of integration does
Akka-effect
offer?The text was updated successfully, but these errors were encountered: