Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Typed messages in akka

scala akka

Can Akka actor drop messages from it's mailbox if needed?

scala akka actor

Akka - Common service actor: Identify or Extension

scala akka actor identify

Whose responsibility is creating Akka actor's children when it fails?

scala akka actor

"Dead Letters encountered" error while running AKKA remote actors

scala akka remoting actor

Akka IO.TCP with Json

sockets scala tcp akka

Configuring logback to write to different logs files

scala logging akka logback

Log all messages in Akka without modifying all receive methods

scala logging akka messages

Kafka as an Akka-persistence journal [closed]

Does Akka have a react as well like Scala? or is it handled by dispatchers?

scala concurrency akka

Play & Akka and blocking threads for database access

Gracefully restart entire Akka actor system

akka

Cannot deploy local Spark job, worker fails with EndPointAssociationError

scala akka apache-spark

Akka Flow hangs when making http requests via connection pool

Akka Model for computational tasks

java akka blocking

fork and join using Akka

Scala, Play, Akka, Websocket: how to pass actor messages through websocket

is it safe to close over the actor context in akka scheduler

scala akka

Does scala offer async non-blocking IO when working with files?

Akka TCP client: How can I send a message over TCP using akka actor

scala sockets tcp akka akka-io