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

2015-12-11 Thread Viktor Klang
Hi John, yes, it is most definitely usable from Java, here's the link to ConductR: https://www.typesafe.com/products/conductr And you can also try it out it in development for free (it's for-pay for production usage): https://www.typesafe.com/product/conductr/developer On Wed, Dec 9, 2015 at

[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

[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
*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 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