Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

akka: using akka-typed to implement the active objects pattern

scala akka akka-typed

Unit testing persistent actors in Akka

java unit-testing akka actor

modified hello world in Akka - why so many lost messages and dead letters?

java akka

How to kill an Akka actor after X amount of time?

java akka

Result of map and mapAsync(1) in Akka Stream

scala akka akka-stream

How to aggregate elements of one Akka stream based on elements of another?

Scala pipelines - DSL for building a DAG workflow

Options for Debugging Akka applications? - Activator or/and something else ?

What to import for this code to work (and in general)?

How to setup domain model as actor?

How to tell why Play 2.4 is shutting down

Any way to avoid defining a props method in an Akka companion object?

scala akka

Akka Futures guidance

java multithreading akka

How to guarantee response time of Actor?

scala concurrency akka actor

Creating an actorpublisher and actorsubscriber with same actor

scala akka akka-stream

Changing Akka actor state by passing a method with arguments to "become"

scala akka actor

multipart form data in Lagom