[akka-user][deprecated] Re: [akka-user] Akka HTTP: How to find out that there is no Content-Type header?

2018-03-15 Thread Heiko Seeberger
Thanks, Urs! > Am 10.03.2018 um 12:03 schrieb Urs Schoenenberger > : > > Hey Heiko, > > I dug into the source code at this point recently, and unfortunately I don't > think that what you need is easily possible without changing the library. > Some headers (Content-Length, Content-Type, Transf

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

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 t