Hi Neeraj,

While it is not directly workflow related Akka Streams provides similar
functionality. Also it is based on the open reactive-streams initiative (
http://www.reactive-streams.org/) that defines standard interfaces to
connect independent implementations -- so it might be that eventually Akka
Streams and Storm (or Spark, or anything that support this set of APIs) can
be connected easily.

-Endre


On Thu, Aug 28, 2014 at 10:24 AM, tomerneeraj <[email protected]>
wrote:

> Hi,
>
> I am putting my thoughts based on Storm topologies where spout and bolts
> can be configured and data flow for the system can be created. When
> building a huge system it gets really apparent that we shall have work flow
> mechanism of components. One real advantage is that storm topology are
> fixed but in Akka it can be dynamic. Here components can be Akka Actors and
> they shall be configured somehow to achieve it.
>
> Please suggest if someone already work on this aspect or there are some
> alternative to this approach?
>
> Regards
> Neeraj
>
> --
> >>>>>>>>>> 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.
>



-- 
Akka Team
Typesafe - The software stack for applications that scale
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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.

Reply via email to