[akka-user] beginner question on akka streams flow design.

2017-06-02 Thread Mohnish Kodnani
Hi , I have the following use case that I want to model using akka streams and I am new to akka streams so would like to know how/what is the best way to model it. I have a kafka consumer which reads from one topic massages the message and sends it to a RESTful external service. This

[akka-user] spray cache and akka http

2016-06-01 Thread Mohnish Kodnani
Hi, We have a project where we need to talk to hadoop/hdfs to download some files from it. This requires that we have protobuf 2.5.0. This is a new cluster for us and before this the older hadoop version was using protobuf 2.4.0 We were using spray 1.3 and akka 2.3 and things were working

Re: [akka-user] [play 2.2.1] A Akka FSM state transition is not firing onTransition to the same state. Is this expected behaviour?

2014-09-24 Thread Mohnish Kodnani
Has this been released ? On Tuesday, April 1, 2014 12:27:36 PM UTC-7, Tyler C wrote: Awesome, thanks for the positive responses! Just for the benefit of providing breadcrumbs, here's the ticket I created on Patrik's advice (you've probably seen it already).

Re: [akka-user] [play 2.2.1] A Akka FSM state transition is not firing onTransition to the same state. Is this expected behaviour?

2014-09-24 Thread Mohnish Kodnani
To be more specific , will this change be available in 2.3.x codeline. On Wednesday, September 24, 2014 1:23:31 PM UTC-7, Mohnish Kodnani wrote: Has this been released ? On Tuesday, April 1, 2014 12:27:36 PM UTC-7, Tyler C wrote: Awesome, thanks for the positive responses! Just

[akka-user] does classpath order matter when running akka application

2014-08-01 Thread Mohnish Kodnani
Hi, I am using gradle to build an akka application. All the dependencies are in the lib folder. There is a startup script which lies in the bin folder. I am using akka-clustering which internally depends on akka-remote which depends on netty. When I run the application I get the following