Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

Can't setup typesafe console

How to copy an Akka Persistence Cassandra database

Kotlin: Is there a tool that allows me to control parallelism when executing suspend functions?

akka.remote.RemoteTransportException: No transport is loaded for protocol

tcp akka akka-remote-actor

How to turn on Logging in Akka for Scala?

scala akka

Future pipeTo failure is wrapped inside akka.actor.status.Failure?

akka

How do I send messages to idle akka actors?

java akka

Akka Actors - Creating Pool of Actors

scala akka actor

Create actor on any unspecified/random node in cluster

akka akka-cluster

Is it safe to use a concurrenthashmap that is shared with 100K actors?

scala akka

Asynchronous message handling with Akka's Actors

scala akka actor

IO(Http) is cause the error "could not find implicit value for parameter system: akka.actor.ActorSystem"

scala akka spray

Does Akka's fork-join-executor make use of scala.concurrent.blocking?

scala playframework akka

How to check an Actor/ActorRef's type when injecting dependencies?

scala akka

How does test fail with both "TestsFailedException" and "Failed 0, Errors 0"

scala sbt akka scalatest