The Basics of Akka Streams
Reading Time: 3 minutes In this blog, I will discuss the basics of the Akka Streams. So lets start with the introduction of Akka Stream. What is Akka Stream ? Lets understand stream first, So Stream is basically a flow of sequence of large amount of data that can be infinite from one source to another. Akka Streams is a module built on top of Akka Actors to make Continue Reading