Very cool! Thanks for sharing :)

cheers,
Rafał

W dniu sobota, 12 lipca 2014 11:27:11 UTC+2 użytkownik Muki napisał:
>
> Hi Martynas,
>
> Thanks a lot for taking some time to go through my code. I just published 
> the activator
> template 
>
>    play-akka-cluster-sample 
> <http://typesafe.com/activator/template/play-akka-cluster-sample>
>
> cheers,
> Muki
>
> Am Freitag, 11. Juli 2014 12:22:39 UTC+2 schrieb Martynas Mickevičius:
>>
>> Hi Muki,
>>
>> I went through the template and it looks really cool. I added a few 
>> comments, but otherwise its really nice. I like how the front-end updates 
>> automatically when new nodes join or leave the cluster.
>>
>> Great job!
>>
>>
>> On Fri, Jul 11, 2014 at 11:42 AM, Muki <nepomuk...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I finished the first prototype for my activator template:
>>>
>>>    https://github.com/muuki88/activator-play-cluster-sample
>>>
>>> If you have any feedback regarding does/donts and best-practices
>>> on the cluster configuration, I would change this before publishing as
>>> an activator.
>>>
>>> thanks,
>>> Muki
>>>
>>> Am Mittwoch, 9. Juli 2014 11:57:20 UTC+2 schrieb Martynas Mickevičius:
>>>>
>>>> Aha. In that case it would probably be better to join the cluster and 
>>>> listen on some ClusterState topic on the distributed PubSub.
>>>>
>>>>
>>>> On Wed, Jul 9, 2014 at 12:13 PM, Muki <nepomuk...@gmail.com> wrote:
>>>>
>>>>> Hi Martynas,
>>>>>
>>>>> Ah, nice. I will try that out as a starting point. 
>>>>>
>>>>> The documentation only shows *ClusterClient* requests. If I want
>>>>> to update data on a websocket (e.g. cluster nodes online),
>>>>> I would have to implement a polling strategy? Like scheduling
>>>>> a *ClusterState* message to a *ClusterMonitor* actor.
>>>>>
>>>>> thanks,
>>>>> Muki
>>>>>
>>>>> Am Montag, 7. Juli 2014 23:02:16 UTC+2 schrieb Muki:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm currently starting to learn more about akka's cluster feature.
>>>>>> My goal is to have separate frontend and backend which are part
>>>>>> of the same cluster, so I can
>>>>>>
>>>>>>
>>>>>>    - Start jobs on backend akka-nodes from the play frontend-nodes
>>>>>>    - Monitor my cluster status (nodes up/down, jobs running)
>>>>>>    - Update backend and frontend independently
>>>>>>    
>>>>>>
>>>>>> That being said, I'm struggling what is the best way to achieve this.
>>>>>>
>>>>>>
>>>>>>    1. Should I create two ActorSystems in my play application. The 
>>>>>>    internal, play managed one, which 
>>>>>>    is harder to configure (e.g. name is static to *play*)
>>>>>>    2. Should I use remoting instead of clustering?
>>>>>>
>>>>>> I tried solution number 1, but the websocket actors couldn't be 
>>>>>> created, because *ActorRefClusterProvider*
>>>>>> wasn't configured (but it's in the config, when I log it via 
>>>>>> system.logConfiguration).
>>>>>>
>>>>>> thanks for any advice,
>>>>>> Muki
>>>>>>
>>>>>   -- 
>>>>> >>>>>>>>>> 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+...@googlegroups.com.
>>>>> To post to this group, send email to akka...@googlegroups.com.
>>>>>
>>>>> Visit this group at http://groups.google.com/group/akka-user.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>> Martynas Mickevičius
>>>> Typesafe <http://typesafe.com/> – Reactive 
>>>> <http://www.reactivemanifesto.org/> Apps on the JVM
>>>>  
>>>  -- 
>>> >>>>>>>>>> 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+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> Martynas Mickevičius
>> Typesafe <http://typesafe.com/> – Reactive 
>> <http://www.reactivemanifesto.org/> Apps on the JVM
>>  
>

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to