After extensive testing, weโve migrated from an Akka-based system to Cats-Actors in production. These systems, used in the iGaming industry, reliably handle thousands of messages per second.
Cats-Actors is built entirely on Cats Effect, providing a pure functional approach to the actor model. It integrates seamlessly with the Cats Effect ecosystem and offers performance comparable to Akka and Pekko, with the added benefit of functional programming principles.
If youโre working on distributed systems and want to explore a functional approach to actors, Cats-Actors might be a good fit.
Sample repo: GitHub - cloudmark/cats-actor-sample: Cats Actor Samples
Weโre excited to see how others might use this in their systems. Feedback and contributions are always welcome!