Search code examples
What do Akka's ActorSystem corresponds to, especially in cluster technology?...


javaakkadistributed-computingdistributedakka-cluster

Read More
How does discrepancy of seed-nodes configuration affect cluster formation?...


akkaakka-cluster

Read More
Why Receptionist.Subscribe first messages in Akka don't contain all cluster members registered w...


scalaakka

Read More
How can I get the ActorRef from the Receptionist so my actor can send messages to that actor...


scalaakkaakka-typed

Read More
How to handle a Future HttpResponse within an untyped Actor using pipe pattern...


scalaakka

Read More
In Akka, how can network delays be simulated?...


javaakkadelaydistributed-systemraft

Read More
Akkatype with classic actors giving me an error: Unsupported access to ActorContext from outside of ...


scalaakka

Read More
How to prevent Akka LoggingAdapter from truncating ByteString log messages?...


scalaloggingakka

Read More
Framework for E2E tests akka-http...


akkaintegration-testingakka-http

Read More
Akka classic: how do I spawn a child actor from an AbstractActor?...


akkaakka-actor

Read More
Akka: Can an actor of some class become an actor of a diferent class?...


akkaakka-actor

Read More
My log messages are working for one file with akka typed, but not for classic actor...


scalaakka

Read More
Akka streams RestartSink doesn't seem to be restarting during failures...


scalaakkaakka-stream

Read More
How can an event sourced entity to subscribe to state changes in another entity?...


scalaakkaakka-streamevent-sourcingakka-persistence

Read More
Logging akka configs on Application Start is not working in Play Framework 2.8...


playframeworkakkathreadpoolakka-httpapplication.conf

Read More
Why is at-most-once delivery the default for actor systems?...


scalaakkaactordistributed-system

Read More
Switching to different behaviors does not work as intended...


javaakkaakka-typed

Read More
Akka child actors return a void type and refuse to send messages...


javaakkaakka-typed

Read More
Akka Stream dynamic Sink depending on Message from Kafka topic...


scalaapache-kafkaakkareactive-streams

Read More
Akka Streams split Stream for Error handling...


scalaakkareactive-programmingakka-streamakka-http

Read More
Using logback to log to two different log files...


javalogginglog4jakkalogback

Read More
Calcualte average using Akka Streams...


javaakka

Read More
How to add timestamp of inserting a document from external source in mongodb...


mongodbscalaakkaspray-json

Read More
Fail Ask Request on Typed Actor instead wrap with Try...


scalaakkaakka-typed

Read More
Akka streams websocket stream things to a Sink.seq ends with exception SubscriptionWithCancelExcepti...


scalawebsocketakkaakka-streamakka-http

Read More
Actors, ForkJoinPool, and ordering of messages...


akkaactorforkjoinpool

Read More
how to write test case for rest service in scala akka(spray)...


javascalarestakkaspray

Read More
How to properly stop Akka streams from the outside...


scalastreamakkareactive-programming

Read More
How do you return a future containing a list of messages after all available messages have been cons...


scalaakkaapache-kafkaakka-streamakka-kafka

Read More
Akka.net - How to wait child actor to process all pending messages prior to stop...


c#akkaakka.net

Read More
BackNext