Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in akka

How to create routers in akka with parameterized actors?

scala constructor routing akka

Akka: Testing interactions with the IO managers

scala akka

Akka/Java: Handling multiple message types inside a custom actor?

java akka messaging

What a use case for Akka persistent actor?

In AKKA does calling shutdown on a supervisor stop all the actors it's supervising?

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