Hi, I'm wondering if akka-stream is a good candidate for creating an async pipeline for data processing.
Take http request as example, I'd like the request go thru a series of pipeline handlers 1 by 1 asynchronously and finally get a response. More over, I'd like to see it's capable to jump from 1 handler to another conditionally. If it's applicable , any document or sample code I can start with? Thanks Leon -- >>>>>>>>>> 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.
