Technology RadarTechnology Radar
Use

Akka is a message driven framework for Java that, in theory, adds resilience and scalability to systems. Its main point of sale of it is that their Actors communicate with each other using messages, which helps building concurrent systems.

But in practice, for the majority of the projects out there, it is simply too complex for the benefits it gives.