Search code examples
Akka stream best practice for dynamic Source and Flow controlled by websocket messages...

scalawebsocketakkaakka-streamalpakka

Read More
Unable to combine two directives using the | operator on Akka-Http...

akkaakka-http

Read More
How do I deserialize a JSON response when making a http request in akka?...

scalaakkaakka-httpspray-json

Read More
Why does auto-commit enabled Kafka client commit latest produced message's offset during consume...

scalaapache-kafkaakkaakka-streamakka-kafka

Read More
How do I make a client http request inside of a akka typed actor?...

scalaakkaakka-typed

Read More
Shutting down Akka actor if AskTimeout reached...

java-8akkaactorakka-typed

Read More
Akka heartbeat delays...

javakubernetesakkaakka-httpakka-cluster

Read More
Pattern for separating akka streams Flows...

design-patternsakkabuilderakka-stream

Read More
Classic actor system sending messages to a akka typed actor...

scalaakkaakka-typed

Read More
Akka ask pattern: how to make request and replies context-aware?...

akkaakka-typed

Read More
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
BackNext