Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Could AKKA remoted actors be a used in a p2p swarm context?

Dynamically add/remove routees to a router actor

scala akka

Mapped Diagnostic Context logging with play framewok and akka in java

NullPointerException on executing concurrent queries using Slick

postgresql scala akka slick

Creating a time-based chunking Enumeratee

Building Modular Akka Systems

CQRS + Event Sourcing implementation using akka-persistence

Get form parameters from a post request using spray/scala

scala post akka spray

Akka actors, Futures, and closures

scala closures actor akka future

Naming conventions for Akka messages and actors

java akka

why use akka eventhandler for logging

java scala logging actor akka

Is it possible/advisable to have a different supervision strategy for different children of an Akka 2 actor?

Akka and cake pattern

akka cake-pattern

Akka cluster-sharding: Can Entry actors have dynamic props

scala akka akka-cluster

Modern Akka DI with Guice

java akka guice

Difference between using sealed trait and sealed abstract class as a base class

scala akka

How to test Akka Actor functionality by mocking one or more methods in it

java scala mocking akka actor

Interact with Akka actor outside actors

akka stream asyncBoundary vs mapAsync

How can one verify messages sent to self are delivered when testing Akka actors?

scala testing akka