On Thu, Jan 1, 2015 at 6:58 AM, Krishna Kadam <[email protected]>
wrote:
> Hi All,
> Thanks Konrad for your suggestions, I read the documents you
> suggested. I did the following changes in my project's *application.conf*.
> akka{
> loglevel = DEBUG
> actor{
> provider = "akka.cluster.ClusterActorRefProvider"
> }
> remote{
> log-remote-lifecycle-events = on
> transport = "akka.remote.netty.NettyRemoteTransport"
> netty{
> host = "10.97.123.68"
> port = 0
> }
> log-received-messages = on
> log-sent-messages = on
> }
> cluster{
> seed-nodes = [ "akka://[email protected]:50000",
> "akka://[email protected]:50006" ]
>
2 issues with the above config.
The name of the actor system must be the same on each node in the cluster.
These does not contain valid remote protocol information.
> seed-node-timeout = 60s
> auto-down-unreachable-after = 10s
> }
> }
>
> I have following question in my mind, some might be stupid
>
> 1. As we are using ActorSystems defined on each node, Is it creating actor
> references in each actor system?
>
*You* can create actors in each actor system.
>
> As I gave the desired structure of my project requirement, I want to take
> messages on the Node1 and create single Actor for each type of message and
> distribute these Actors for execution on different nodes. how can I do
> this?
>
That is rather broad question. I suggest that you read the documentation
and try some of the related Activator tutorials. You might be interested in
Cluster Aware Routers, Cluster Sharding, Publish Subscribe?
Regards,
Patrik
>
> Please suggest any configuration required in the *application.conf*
>
>
> Thanks & Regards
>> Krishna Kadam
>>
> --
> >>>>>>>>>> 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.
>
--
Patrik Nordwall
Typesafe <http://typesafe.com/> - Reactive apps on the JVM
Twitter: @patriknw
--
>>>>>>>>>> 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.