Re: [akka-user] Exception when AKKA cluster haven't setup

2017-01-22 Thread Dai Yinhua
Hi Patrik, Yes, it can be reproduced outside of Eclipse in Windows. Let me try V2.4.16 On Thursday, 19 January 2017 17:26:53 UTC+8, Patrik Nordwall wrote: > > Can you reproduce it outside Eclipse? Do you block any threads when > debugging? > > Try with latest Akka version 2.4.16. I know there ha

[akka-user] Is the AkkaWorkingPulling pattern still following best practices?

2017-01-22 Thread gitted
I need to use this work pulling pattern and was just wondering if someone can comment if it is following best practises? The code has not' been updated in 4 years so just wanted to make sure :) Reference: https://github.com/mpollmeier/akka-patterns/blob/master/src/main/scala/akkapatterns/WorkP

Re: [akka-user] Akka basic configuration

2017-01-22 Thread Konrad Malawski
Hi there, Would you be able to rephrase the question a bit? Configuration is covered in each of the reference documentation chapters, e.g. If you want to use cluster, then the cluster docs document how to configure that etc. The question on profiling seems like a separate question, and actually th

[akka-user] Akka basic configuration

2017-01-22 Thread Melissa Landi
Hi Akka users :) I'm studying and learning Akka and I'm struggling to profile a basic akka configuration. Someone can tell me on what I need to focus mainly and how can I profile a basic akka node? thanks M -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >