Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

How do you deal with futures in Akka Flow?

scala akka future akka-stream

Akka Java FSM by Example

java akka actor fsm

How to get the actor system reference from inside the actor

scala akka actor throttling

What's the difference between Erlang Actors, Scala Actors and the theoretical concept "Actor"?

scala erlang akka actor

How to Marshall a Future[Option[Foo]] class to JSON in AKKA-HTTP

json scala http akka akka-http

What is the canonical way to deploy Scala/Akka microservices?

scala deployment jvm akka devops

how to create remote actors dynamically and control them by using AKKA

scala akka distributed

Update to play 2.0.2 - Address already in used with akka remote actor

Multi thread approach vs Akka actor model

multithreading akka actor

REST API with Akka in Java

java api scala rest akka

Should actor messages extend a common trait?

scala actor akka

Akka Actors: Handling DB Failures Without Losing Data

database scala akka actor

How can I publish or subscribe to a materialized Akka Stream flow graph?

How Akka benefits from ForkJoinPool?

Akka remote actor server discovery

java scala actor akka

Is it safe for Akka actor become method to close over immutable state?

scala akka actor

Typesafe Config: Load configuration from src/test/resources

Sending a PoisonPill to an Actor in Java

java scala actor akka

Akka actor logging not writing to file

scala logging akka slf4j actor

Giving an ActorPath for a testProbe

scala testing akka