[akka-user] Re: Cannot configure the Akka Http server when using the akka-http-spring-boot library

2018-02-08 Thread Som Shankar Bhattacharyya
Yes i have it in src/main/resources . Also i can see that the file is being read but still not finding the dispatcher. I feel like the library is overriding this. Have you used the library ? On Thursday, February 8, 2018 at 2:52:25 PM UTC+5:30, Som Shankar Bhattacharyya wrote: > > I am

[akka-user] Cannot configure the Akka Http server when using the akka-http-spring-boot library

2018-02-08 Thread Som Shankar Bhattacharyya
I am trying to setup a project that runs REST services on top of a AKK HTTP server yet managed by Spring boot. Now i found this project on gihub as a reference and am using that as libraries to achieve my goal. This is the project : https://github.com/scalaspring/akka-http-spring-boot Now i

[akka-user] Re: Recommendations on a PoC for system migration from VB.NET to Scala/Akka stack

2018-02-01 Thread Som Shankar Bhattacharyya
you persist? You can do it asynchronously without > blocking the rest api using Kafka. Or maybe Akka Persistence would work for > you? > > On Thursday, January 25, 2018 at 3:56:37 PM UTC+1, Som Shankar > Bhattacharyya wrote: >> >> I want some suggestions/recommendations on

[akka-user] Re: Recommendations on a PoC for system migration from VB.NET to Scala/Akka stack

2018-01-28 Thread Som Shankar Bhattacharyya
. Can you please suggest me , i. How to best showcase the advantages of this implementation ? ii. Example of a AKKA http application deployed in a web server ? Much thanks. On Thursday, January 25, 2018 at 8:26:37 PM UTC+5:30, Som Shankar Bhattacharyya wrote: > > I want some sugge

[akka-user] Recommendations on a PoC for system migration from VB.NET to Scala/Akka stack

2018-01-25 Thread Som Shankar Bhattacharyya
I want some suggestions/recommendations on the following. Today we have a legacy .NET system that gathers information from customers environment and reports back to our backend. Now this system is built the following way, The client is a VB.Net application.(Usually running outside our