Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

How to implement a simple TCP protocol using Akka Streams?

scala tcp akka akka-stream

Pattern for interruptible loops using actors

scala actor akka

Akka remoting and Heroku

scala heroku akka

How to schedule a global period Akka job across multiple processes?

Sending Messages From Non-Actors in Akka

java akka

How do you replace actorFor?

scala 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