Re: [akka-user][deprecated] Microservice Architecture in Akka

2018-03-15 Thread Konrad “ktoso” Malawski
Hi there, May I suggest asking the question in the new https://discuss.akka.io forums, as this mailing list is going to move into read-only mode soon? (as documented in it’s header, email footers, and on https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced) > In case of write service

[akka-user][deprecated] Microservice Architecture in Akka

2018-03-15 Thread Anish Kuti
I want to create microservice using akka (not using lagom framework) . What is the best way to do ? Requirement is as below I want my channel layer to consume the API (REST using Json) . And these API will call some legacy system to fetch the data . There can be multiple layer of API