Hi, Yeah I was looking for something like that. But now I realized that I was trying to solve task partially. I can fully replace set of actors in my app with the complex graph in order to obtain desirable result.
Thanks! понедельник, 11 июля 2016 г., 22:39:20 UTC+3 пользователь Justin du coeur написал: > > Ah -- yeah, if you're looking for a more Actor-compatible way to do single > request/response interactions, check out Requester > <https://github.com/jducoeur/Requester>, which was designed for exactly > this. It's intended specifically as a replacement for ask(), in a way that > is relatively safe and composable... > > On Mon, Jul 11, 2016 at 9:00 AM, Akka Team <[email protected] > <javascript:>> wrote: > >> Hi Sergey, >> >> What are you trying to achieve? >> In general Streams are geared more for processing pipelines than "get one >> element"-request-response type of interaction. >> >> -- >> Johan >> >> On Tue, Jul 5, 2016 at 9:22 PM, Sergey Sopin <[email protected] >> <javascript:>> wrote: >> >>> Hi, >>> >>> Is there any possibility to replace akka.patterns.ask / pipe >>> communication with akks-streams? I was looking for at least small example, >>> but could not find it. >>> I suppose that it can be done with BidiFlow, but I am not sure if I know >>> how. I would be very grateful for such example. >>> >>> Thank you in advance! >>> >>> Regards, >>> Sergey >>> >>> -- >>> >>>>>>>>>> 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] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> Visit this group at https://groups.google.com/group/akka-user. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
