New posts in akka

Why is the error Conflicting cross-version suffixes?

How can I have an Akka actor executed every 5 min?

Akka Logging outside Actor

Is it possible to Autoscale Akka

How are Java threads heavy compared to Scala / Akka actors?

Scala actors - worst practices? [closed]

Different Scala Actor Implementations Overview

Difference in message-passing model of Akka and Vert.x

No configuration setting found for key 'akka.version'

Difference between case class and case object?

How to schedule task daily + onStart() in Play 2.0.4?

Accessing the underlying ActorRef of an akka stream Source created by Source.actorRef

How is Akka used in Play?

Do I need to re-use the same Akka ActorSystem or can I just create one every time I need one?

Difference between forward and tell in akka actors

Apache Spark vs Akka [closed]

Akka - How many instances of an actor should you create?

How to create a Source that can receive elements later via a method call?

How can I get the name of an Akka actor from within the actor itself?

Akka Actor not terminating if an exception is thrown