Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

how to create multiple chatrooms using websockets in scala?

Is there a way to get predictable actor naming with Akka-Stream?

scala akka akka-stream

How to correctly use Akka's Event Stream?

scala playframework akka

Java Akka Actors with parameters with Spring

java spring akka actor

Best practices for creation of Akka microkernel init script

scala akka init

How are Akka messages ordered if messages are not reliable?

scala akka

Spray.io - delegate processing to another actor(s)

scala akka spray

Reconnecting to Remote Akka System after Restarting the Client

java akka

Uniqueness of persistenceId in akka-persistence

scala akka akka-persistence

What is the correct way to implement Producer Consumer in scala

Actor model with Akka.NET: how to prevent sending messages to dead actors

akka actor akka.net

Strategy pattern in Akka

scala design-patterns akka

Akka-http Java API sample code/documentation

java httpclient akka akka-http

akka streams over tcp

scala tcp akka akka-stream

Kafka and Akka Cluster

Akka streams. Group by, aggregate for some time and emit result

scala akka akka-stream

Decode chunked JSON with AKKA Stream

json scala akka akka-stream

Why creating an actor within actor is dangerous

scala akka

Why adding async boundary in Akka Streams costs a lot of CPU?

scala akka akka-stream

Blending Akka 2, the Play2-mini framework and HTTP