[akka-user] akka cluster client

2017-09-28 Thread Kiran Sarma
I am doing akka cluster client program to send messages to another cluster but i can't find any relevant code as i beginner to akka can anyone send me relevant akka cluster client code with simple displaying message to another cluster Thanks & Regards , V Sai Ki

[akka-user] Akka Cluster Communication Between Two Systems

2017-09-19 Thread Kiran Sarma
can we do cluster communication between two systems. i am trying to do but don't know how to communicate can you please help me with that i know little bit of clusterclient concept , since i am a java developer i want this in java as i don't know scala. Thanks & Regards ,

[akka-user] Re: akka cluster http management

2017-09-14 Thread Kiran Sarma
Thank u it works -- >> 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

[akka-user] Cluster on Different JVM's

2017-09-14 Thread Kiran Sarma
. i want to display message from one system to another through seednodes of c1 to seed nodes of c2 . but i dont no how to communicate please help me with this problem Thanks & Regards , V. Sai Kiran Sarma -- >>>>>>>>>> Read the docs: http://akka.io/d

[akka-user] akka cluster http management

2017-09-06 Thread Kiran Sarma
I want to do program on akka cluster http management but i didnt find any relevant code in java , can anyone please tell me how to connect cluster http management and can we write tcp protocol in akka cluster http management .. -- >> Read the docs: http://akka.io/docs/ >>

Re: [akka-user] akka with mysql

2017-08-30 Thread Kiran Sarma
Thank you for suggestion , Patrik , I am doing task on akka http client using java , in that i am sending request as *url , username , password *as credentials in return i want response for that credentials and store in an actor . can you please help me with my problem , can you please send m

[akka-user] akka with mysql

2017-08-18 Thread Kiran Sarma
Can anyone send me program / code of akka java with mysql , how can java connect mysql in akka . i am new to akka , please anyone send me the program / code. Thank you , Kiran . -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.

[akka-user] Akka , Jdbc Connectivity

2017-08-07 Thread Kiran Sarma
I want to do programs on akka jdbc using java . can anyone send any links or code i am beginner to akka -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives:

[akka-user] problem on cluster seed node

2017-07-26 Thread Kiran Sarma
usterSystem/deadLetters] was not delivered. [8] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. please anyone help me with this problem Thanks & Rega

[akka-user] Akka Cluster Example

2017-07-24 Thread Kiran Sarma
i am doing cluster example from site : https://github.com/akka/akka-samples/tree/2.5/akka-sample-cluster-java while i am executing the cluster it shows following error can anyone solve this error. Error is like this //=Main 1= //=

[akka-user] Re: can anyone help me to solve this error

2017-07-20 Thread Kiran Sarma
;, > > "akka.tcp://ClusterSystem@127.0.0.1:2552"] > > when your app starts it looks for seed nodes that you specified and fails > to connect > > Error [Association failed with [akka.tcp://ClusterSystem@127.0.0.1:2552]] > [ > so you just need to fix por

[akka-user] can anyone help me to solve this error

2017-07-20 Thread Kiran Sarma
i attach the files and i run , it display like this //== MAIN PROGRAM OF CLUSTER STARTED === //== CREATE ACTOR === [DEBUG] [07/20/2017 19:41:07.463] [main] [EventStream(akka://Cluste