Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Scala sending messages to self Good or Bad?

Where to put favicon for a scala Spray application (i.e. what is the root of the site?)?

scala rest akka favicon spray

Is it mandatory to have a master actor in Akka?

scala akka actor

Why are my requests handled by a single thread in spray-http?

akka spray

How to know which Future fail when doing Future.sequence?

scala akka

Akka. How to know that all children actors finished their job

scala akka

Akka-Http Websockets: How to Send consumers the same stream of data

Akka Http return 404 Not Found

Akka stream - Splitting a stream of ByteString into multiple files

scala stream akka akka-stream

Lightbend Lagom and Akka: Unable to hit rest endpoint of lagom services

Why I should use context.become() to store internal state in Actor?

scala akka actor

How to stop Spray server with routing DSL without upgrading to Akka HTTP?

scala akka spray akka-http

Using Akka (with Java) how can I verify that my actor under test is watching another actor?

java unit-testing akka

Why exactly does akka need immutable messages

How can I pipe the output of an Akka Streams Merge to another Flow?

scala stream akka

Scala/Akka Syntax

scala akka

akka http, charset header, utf-8 issue

My http request becomes null inside an Akka future

scala akka scalatra

Value ! is not a member of Actor

scala akka actor

Difference between poststop and terminate in Akka?

java scala akka