Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

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

Akka context watch/unwatch happens-before relationship

Setting up Akka with Eclipse

eclipse scala sbt akka

How to develop with akka and sbt?

scala sbt akka

Using SSL connection with Akka - Can't get configuration to work

java ssl akka keystore

How to unit test an Akka actor that sends a message to itself, without using Thread.sleep