Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Akka HTTP: Blocking in a future blocks the server

scala akka future akka-http

Spray, Akka-http and Play, Which is the best bet for a new HTTP/REST project

How to convert Akka ByteString into String?

scala akka

In Scala Akka futures, what is the difference between map and flatMap?

scala akka

Discovery of Akka actors in cluster

Why is the error Conflicting cross-version suffixes?

scala sbt akka spray

What kind of "EventBus" to use in Spring? Built-in, Reactor, Akka?

How can I have an Akka actor executed every 5 min?

akka

Akka Logging outside Actor

scala logging akka

How are Java threads heavy compared to Scala / Akka actors?

Scala actors - worst practices? [closed]

scala akka actor

Different Scala Actor Implementations Overview

scala actor lift scalaz akka

Difference between case class and case object?

scala akka

Difference in message-passing model of Akka and Vert.x

scala akka vert.x

How is Akka used in Play?

scala playframework akka

How to create a Source that can receive elements later via a method call?

Difference between forward and tell in akka actors

scala akka actor

Do I need to re-use the same Akka ActorSystem or can I just create one every time I need one?

scala akka

Akka finite state machine instances

java scala akka state-machine

What are the differences between Scala middleware choices?

scala akka spray finagle