Akka implementation for handling streaming data on the JVM
I have been successfully using FileIO to stream the contents of a file, compute some transformations for each line and …
scala akka-streamI'm trying to use the Source.actorRef method to create an akka.stream.scaladsl.Source object. Something of the form …
scala akka akka-streamOver the past few days I have been trying to figure out the best way to download a HTTP resource …
scala akka-stream akka-httpWhy is the exception in import akka.actor.ActorSystem import akka.stream.ActorMaterializer import akka.stream.scaladsl.Source object TestExceptionHandling { …
scala exception-handling akka-streamI want to read multiple big files using Akka Streams to process each line. Imagine that each key consists of …
scala stream akka akka-stream stateful