Wondering if there's a reason to not do what Akka JVM did with 2.6 and just allow the ActorSystem to be used as the materializer, rather than requiring the materializer to be manually extracted.
@Stannardian3 жыл бұрын
Yes, we should make that change too.
@Petabridge Жыл бұрын
As of Akka.NET v1.5, we now do this!
@martinkrajda5521 Жыл бұрын
What are the advantages of using Akka Streams over the other Reactive extension library, I think it is called System.Reactive?
@ilyatchivilev51515 ай бұрын
1 year late to reply to this, but System.Reactive is about building flows that are declarative ways of handling events. It does not offer an easy way of modelling backpressure, it's "reactive".
@brahmcdude6853 жыл бұрын
9:12 isn't this what happened to facebook this week?