In my use case: I have multiple Akka graph with source,sink and flow. In my API on basis of some request parameter I have to execute one of the graph. In source node of graph I have to pass request which is received in API. I do not want to materialize my graph on each request. I have to send the result of sink node as response of my API.
In short I want to execute Akka graph from my API with out materializing every time. Problem that I am facing: How to pass request object to source node of graph. How to get corresponding response from sink node. Thanks, Harit Regards, Harit On Wed, Dec 20, 2017 at 9:11 PM, Konrad “ktoso” Malawski < [email protected]> wrote: > Sure it’d just work… What specifically do you have in mind? > What do you mean by “We should be able to plug-in out partial graphs to > the flow.” (specifically, what’s the use case). > > -- > Cheers, > Konrad 'ktoso <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On December 20, 2017 at 15:12:30, Harit Chandra ([email protected]) > wrote: > > Hi All, > > We are evaluating Akka as simple graph executor. For our use case we need > to create REST API's and we wish to use Akka streams at core to process the > requests. We cannot use Akka HTTP due to some constraints. The requirement > is to materialize the graph once and synchronously process REST requests. > Please provide some pointers/snippets for this use case. We should be able > to plug-in out partial graphs to the flow. > > Thanks, > Harit > -- > >>>>>>>>>> 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. > > -- >>>>>>>>>> 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.
