Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Akka Java - Creating recursive child actors on the fly?

java akka

Why is Akka good for scaling "up" and "out"?

scala akka scaling

How to use custom executor in Akka dispatcher

scala akka executorservice

Akka remote routees hostname configuration issue

Scala, Akka, Spray: How to validate json data before processing?

Howto create a observer like communication between actors with Akka

akka observer-pattern

The actor pattern with Akka and long running processes

java scala akka actor

AKKA.NET in ASP.NET or in console app?

Consume TCP stream and redirect it to another Sink (with Akka Streams)

scala tcp akka akka-stream

How does node know which nodes have seen the cluster current state?

how to configure a Akka Pub/Sub to run on same machine?

Akka flow for multiple http requests

Different use case for akka cluster aware router & akka cluster sharding?

http => akka stream => http

What is an idiomatic way to filter out Either Left in an akka stream?

scala akka akka-stream either

Problems for which scala/akka or go are a better fit

go scala akka

Akka Streams: State in a flow

Composing trait behavior in Scala in an Akka receive method

scala composition akka

Long Running Process with Progress Bar Example PlayFramework 2

java playframework-2.0 akka

Creating a flow from actor in Akka Streams

scala akka akka-stream