Hi there,

I made an akka based tool that collect tasks from various sources and 
publish them to one system. Mainly, I havd many 'collectors' that send a 
`TaskFoundEvent` to an event bus. And one 'publisher' that create the task 
on the target system. This tool should be executed on a workstation because 
it uses some tools that are using kerberos authentication. Now that "it 
works", I'm thinking about the execution of this tool. 

I have already some tools thar are executed by my OS scheduler many times a 
day and my initial choice was to use the same kidn of execuition. But maybe 
is it better to start my akka system with my session and let it run and 
schedule itslef until I close my session.

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