Hi Martynas, looking at the resolution of issue #16058, I see that it is suggested to use toFanoutPublisher rather than toPublisher (which produceTo calls).
My first problem is that I’m having difficulty seeing why more than one subscribe call is being made here when I materialise a producer? Any help or pointers here would be appreciated. My next problem is that when I replace calls to produceTo (for out1 and out2) with: FlowFrom(out1.publisher(graph)).toFanoutPublisher(x,y).subscribe(out1Probe) as I have 2 (or more) calls to toFanoutPublisher, I now get a: akka.actor.InvalidActorNameException: actor name [fanout] is not unique! Again, any help here appreciated. Many thanks, Carl. -- >>>>>>>>>> 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.
