#akka_streams #scala #akka
https://www.youtube.com/watch?list=PL8NC5lCgGs6Pd7RCawHK4XN0oq23oRe7U&time_continue=14&v=NeAqE5dWB3o
https://www.youtube.com/watch?list=PL8NC5lCgGs6Pd7RCawHK4XN0oq23oRe7U&time_continue=14&v=NeAqE5dWB3o
YouTube
Heiko Seeberger - LEARN YOU AKKA STREAMS FOR GREAT GOOD!
Stream processing has become ubiquitous and Akka Streams, an implementation of the Reactive Streams specification, is one of the hottest kids on the block. I...
#gearpump #akka_streams #akka #scala #jacek_kunicki #team #softwaremill #cassandra
https://www.youtube.com/watch?v=L1FS2dyiwIg&t
https://www.youtube.com/watch?v=L1FS2dyiwIg&t
YouTube
A Practical Introduction to Akka Streams by Jacek Kunicki
Stream processing is a hot topic today and it’s easy to get lost among all the possibilities. In this live coding session we will explore the Reactive Stream...
#akka_actor #akka_persistence #akka_streams
https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-iv/
https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-iv/
Colin Breck
Integrating Akka Streams and Akka Actors: Part IV
I expand on these concepts in my Reactive Summit presentation. In the first article of this series, I demonstrated the most basic patterns for integrating Akka Actors and the Akka Streams API. In the second article, I began developing an example to show how…
#akka_streams #akka_persistence
https://stackoverflow.com/questions/50228714/how-to-save-streaming-data-using-akka-persistence
https://stackoverflow.com/questions/50228714/how-to-save-streaming-data-using-akka-persistence
Stack Overflow
How to save streaming data using Akka Persistence
I use StreamRefs to establish streaming connections between actors in the cluster. Currently, in the writing node, I save incoming messages to the log file manually, but I wonder is it possible to