Re: [akka-user] Programmatic mailbox configuration during runtime

2014-08-27 Thread Christian Kreutzfeldt
Dienstag, 26. August 2014 11:51:05 UTC+2 schrieb √: Superficially it sounds like your problem may be well-suited for the upcoming Akka Streams—that could be something to keep in mind as well. On Tue, Aug 26, 2014 at 11:48 AM, Christian Kreutzfeldt mnx...@gmail.com javascript: wrote: Hi

Re: [akka-user] Re: Storm-like framework implemented on Akka

2014-08-27 Thread Christian Kreutzfeldt
it and as they record all talks, you'll have a chance to get more information on that topic if interested :-) Kind regards, Christian Kreutzfeldt Sw Dev @ Otto Group BI www.ottogroup.com Am Samstag, 23. August 2014 14:55:55 UTC+2 schrieb Konrad Malawski: Have anything changed in this matter

[akka-user] Programmatic mailbox configuration during runtime

2014-08-26 Thread Christian Kreutzfeldt
Hi I am working on a streaming project where I need to consume different source types on demand. To comply with the akka model I decided to implement dedicated mailbox types which establish a connection with the desired source and read data from it, eg. kafka topics or websockets. As I do not

Re: [akka-user] Programmatic mailbox configuration during runtime

2014-08-26 Thread Christian Kreutzfeldt
Hi Viktor Am Dienstag, 26. August 2014 11:41:46 UTC+2 schrieb √: Hi Christian, On Tue, Aug 26, 2014 at 11:34 AM, Christian Kreutzfeldt mnx...@gmail.com javascript: wrote: Hi Viktor, thanks for the quick reply. What I am concerned about is the way how to read from websocket Read

Re: [akka-user] Dynamic configuration extension during runtime

2014-05-05 Thread Christian Kreutzfeldt
2014-05-05 10:14 GMT+02:00 Akka Team akka.offic...@gmail.com: Hi Christian, *To nail down the question: is there a way to extend the settings / configuration of an already running ActorSystem during runtime?* No, there is no support for changing the configuration after the system has

[akka-user] Dynamic configuration extension during runtime

2014-04-30 Thread Christian Kreutzfeldt
*Hi* *I do work on a project where it is required to spawn new actors during runtime. Their implementation details as well as their configuration may be unknown during system startup as their code is deployed on-demand.* *As we use custom mailboxes to hook our actors up with the data sources,

Re: [akka-user] Dynamic configuration extension during runtime

2014-04-30 Thread Christian Kreutzfeldt
Am Mittwoch, 30. April 2014 12:08:23 UTC+2 schrieb Akka Team: Hi Christian, On Wed, Apr 30, 2014 at 11:49 AM, Christian Kreutzfeldt mnx...@gmail.comjavascript: wrote: *Hi* *I do work on a project where it is required to spawn new actors during runtime. Their implementation details