[akka-user] Re: Are there any libraries that help me implementing a Micro-Service Archicteture with Akka?

2015-12-09 Thread john . vieten
Yes I ran over ConductR yesterday and seems to have a lot what I need. I think you have posted some videos on type safe. I hope it will usable from java. I am not allowed to use any scala Am Mittwoch, 9. Dezember 2015 14:44:34 UTC+1 schrieb Johan Andrén: > > You didn't mention if you are l

Re: [akka-user] [akka-stream] unfold / unfoldM

2015-12-09 Thread Gilad Hoch
Hi, Iv'e implemented it the "right way" this time, and would like to submit a pull request with the code. the code I came up with can be found in this gist (feedback would be great): https://gist.github.com/hochgi/927d1ceab88c55fbb0f9 So, how do I submit the PR? (which branch? where do I put the

[akka-user] Re: Are there any libraries that help me implementing a Micro-Service Archicteture with Akka?

2015-12-09 Thread Guido Medina
*ConductR* is where we will be heading too in the future, when our project get to a 2nd or 3rd major version, as I'm the only developer it is too difficult for me to do everything and now would only be a hassle, but yes that's where I would like to go. On Wednesday, December 9, 2015 at 1:44:34

[akka-user] Re: Are there any libraries that help me implementing a Micro-Service Archicteture with Akka?

2015-12-09 Thread Johan Andrén
You didn't mention if you are looking for something free/OSS so not sure if this interests you, but there is ConductR from Typesafe that does similiar things to what you describe. You can find more info here: http://conductr.typesafe.com/docs/1.0.x/Home -- Johan Andrén Typesafe - Reactive apps

[akka-user] Re: Are there any libraries that help me implementing a Micro-Service Archicteture with Akka?

2015-12-09 Thread Guido Medina
AFAIK nope, Akka micro kernel was deprecated, I think Akka completely moved to a "toolkit/framework" approach, I have a system running micro-services with some shared generic actors and a single configuration with seed nodes, all using the good old Java main method per micro-service, each micro

[akka-user] Re: Akka Quartz Scheduler with/as cluster singleton

2015-12-09 Thread Johan Andrén
Hi Gary, There has been a few discussions before on the mailing list touching this subject, maybe one of those might be helpful: https://groups.google.com/forum/#!searchin/akka-user/distributed$20scheduler/akka-user/9fDCphr-My8/ugYlniM2JBMJ https://groups.google.com/forum/#!searchin/akka-user/od