Hi Amit,
On Mon, Dec 23, 2013 at 11:53 AM, Amit Mula <[email protected]> wrote: > Hello guys! > > I am trying to code a POC for my team. I need to demonstrate a cluster > system running out of our laptops and show the cluster gossip convergence > timings/cluster metrics on the master node (mediator actor through > akka.contrib.pattern.DistributedPubSubMediator). > > Please guide me how to approach for starting with such code. > > There are several samples you can use as a starting point: - the samples from the documentation, as mentioned in previous email - the testapp that we used for the large cluster tests<http://typesafe.com/blog/running-a-2400-akka-nodes-cluster-on-google-compute-engine>, which includes measurements of gossip convergence: https://github.com/akka/apps/tree/master/akka-cluster-testapp - Akka Clustered PubSub with Scala<http://typesafe.com/activator/template/akka-clustering> - Distributed Workers with Akka and Scala<http://typesafe.com/activator/template/akka-distributed-workers> - Distributed Workers with Akka and Java<http://typesafe.com/activator/template/akka-distributed-workers-java> /Patrik > thanks > Amit > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
