Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

How to know if an actor is idle

java actor akka

How to assemble an Akka Streams sink from multiple file writes?

How to clean up substreams in continuous Akka streams

scala akka akka-stream

Composing actors

scala actor akka

Akka SLF4J and logback in Scala

scala logging akka slf4j logback

how scala folding works?

Akka Streams - How to keep materialized value of an auxiliary Sink in a Graph

scala akka akka-stream

How to properly stop Akka streams from the outside

Logging to file in Scala/akka: ClassNotFoundException: akka.event.slf4j.Slf4jLoggingFilter

scala logging akka logback

Example of Akka EventBus for Java

java akka event-bus

Why does Akka fail with "IllegalStateException: cannot create children while terminating or terminated" when testing with ScalaTest?

scala akka

How does Akka messaging work

akka

akka: pattern for combining messages from multiple children

Akka and built in Scala Actors: What's the difference for local use?

scala actor akka

Handling Faults in Akka actors

Akka testing supervisor error handling

scala unit-testing akka actor

Why is my Dispatching on Actors scaled down in Akka?

scala akka

What's required to have sbt build with Akka?

scala sbt akka

How to limit an Akka Stream to execute and send down one message only once per second?

Difference between Actorref.tell and inbox.send in Akka

scala akka