Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

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

Basic Custom Akka Supervisor in Java

java akka

AKKA: Painless Actor Error Notifications

scala akka

what would be the parallel java "actor" code to replace standard synchronization with threads code

In Akka, what happens if I watch() a dead ActorRef?

akka watch

Akka Singleton - not accepting messages

akka akka-cluster

Benefits from using akka dispatcher vs scala global

scala concurrency akka

Akka and Spring integration

java spring akka

How can Spray be asynchronous when HTTP is not?

http asynchronous akka spray

Difference between actor pools and groups in Akka

akka actor

Akka Streams: State in a flow

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