Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Akka Message Delivery Guarantees

akka

Akka.Net Remoting: ActorSelection vs. IActorRef

c# akka akka.net

Akka Actor Test: Automatic reply with a TestProbe

scala akka actor akka-testkit

should I be using spray or play for highly scalable and efficient rest json processing?

Importance of Akka Routers

scala akka actor

Is it possible to make an Akka HTTP core client request inside an Actor?

scala akka akka-http

akka stream consume web socket

Error message with Scala AKKA Actor

scala akka

In which way is akka real-time?

Scheduling a function to be run every second with Akka's Scheduler

scala akka

How to achieve high concurrency with spray.io in this Future and Thread.sleep example?

scala akka spray

Akka stream - putting an IO bound Flow on a different dispatcher

akka akka-stream

Alpakka kafka vs Kafka streams

Maven Error No POM in this Project when performing archetype:generate

java maven akka

Akka: what is the reason of processing messages one at a time in an Actor?

scala asynchronous akka

Incremental processing in an akka actor

scala akka actor

Initializing an actor before being able to handle some other messages

scala asynchronous akka future

Akka Stream Option output

scala akka akka-stream

Cake pattern w/ akka: Providing implicit actorSystem to several layers

scala akka cake-pattern

IntelliJ keeps removing the import of context.dispatcher from akka tutorial