I have this weird problem with probably broken pull demand in a stream of
this representation :
Source[Foo]() { implicit b =>
val actorSources = Array(100%CorrectlyImplementedActorPublishers)
b.add(Merge[Foo](actorSources.length))
for (i <- 0 until actorSources.length) {
b.addEdge(b.add(actorSources(i)), merge.in(i))
}
merge.out
}
}
+ following 6 Flows doing map/mapAsync with various parallelism and
Sink.fold.
And from profiling I just did it seems that most of the processing time the
stream is stuck with 1% CPU usage, because it isn't pulling next elements,
but I cannot reproduce it...
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.