Hi Frederic,

is it maybe possible to share your redesign Orchestrator using Akka/Scala?

Thanks
David

On Monday, October 9, 2017 at 4:12:50 PM UTC+2, Frédéric Gendebien wrote:
>
> I am currently re-designing a Rule-Based Event driven Orchestrator using 
> Akka/Scala following the paper from RamCloud (Rule-Based DCFT). This looks 
> very similar to what you describe.
>
> I don't use FSM but PersistentActor even if I have doubt for a while, I am 
> pretty convince that we don't need it.
>
> On Tuesday, September 26, 2017 at 10:54:14 AM UTC+2, Bertil Muth wrote:
>>
>> Hi everybody.
>>
>> I am quite new to Akka and already fascinated.
>> Now I am thinking of creating an extension to my own project to enable it 
>> to be distributed.
>>
>> The idea is to have a kind of "Workflow Engine" that is event driven.
>> So basically: receive an event from a user, and if a condition is 
>> fulfilled, execute an action (depending on state).
>> The action could be realized by a service or more general: a component.
>> The components could be distributed in an Akka cluster.
>> The way the engine reacts to an event over time changes.
>>
>> I already have the event-driven Workflow Engine in my project, but it 
>> runs locally on one machine, in one thread.
>>
>> I thought about using an Akka Finite State Machine or even a 
>> PersistentFSM. Would that be a good choice?
>> Has anybody try to build something similar? Have you used one FSM Actor 
>> per user?
>>
>> If you have built something similar, I would be interested in your 
>> approach.
>>
>> Regards,
>>
>> Bertil
>>
>
>

-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to