Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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