issues
search
manuzhang
/
read-it-now
Don't read it later; read it now
4
stars
0
forks
source link
Partitioning Akka Streams for Scalability and High-Availability
#24
Open
manuzhang
opened
6 years ago
manuzhang
commented
6 years ago
Article
http://blog.colinbreck.com/partitioning-akka-streams-for-scalability-and-high-availability/
Notes
Essentially, the author tries to apply Akka Streams to Big Data (distributed, unbounded, fast data across servers) through running multiple independent streams in parallel, with each stream processing a subset of data.
Article
Notes