Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Invoking a Future inside a receive method and stopping the actor after that

scala akka actor future

Akka Streams: how to wait until several Flows are completed

scala akka akka-stream

Akka Configuration Exception: Logger specified can't be loaded

Should Akka Actors do real processing tasks?

Use actors in play

Static resource reload with akka-http

scala akka akka-http hotswap

Quartz CronTriggers in Akka Actors using or not using Camel?

What are TestKit, TestActorRef and TestProbe in Akka?

unit-testing akka

Why isn't ask defined directly on ActorRef for Akka?

scala akka

Waiting for multiple results in Akka

akka actor nonblocking

Execution context for futures in Actors

scala akka actor future

Akka persistence with confirmed delivery gives inconsistent results

scala akka akka-persistence

akka-stream - How to treat the last element of a stream differently in a Flow/Graph

json scala akka akka-stream

Create backpressure from a Future inside an Akka stream

scala akka akka-stream

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