Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

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

akka cluster nodes behind NAT (using docker)

akka docker akka-cluster

Using Akka actors to invoke or pass messages to Python code

python scala akka actor pykka

How to using Akka Futures asynchronously in Java

java akka

Streaming Video or (Stream of unknown length) using Akka-Http

Java / Scala Future driven by a callback

How to make HTTPS (not HTTP) request use akka-http?

akka akka-http

Best way to share case classes-based messages in an Akka microservice architecture

scala akka

Akka: What jar file contains jdocs.AbstractJavaTest?

akka

Akka streams pass through flow limiting Parallelism / throughput of processing flow

scala akka akka-stream

Scala 2.8 Actor design document? Akka design document?

scala scala-2.8 actor akka

Set logging level in Akka

scala logging akka

How do I properly fire up a temporary actor in Akka?

akka