[akka-user] [Akka Streams] Designing a Full Project with Error Handling and ~100% Test Coverage

2015-08-24 Thread Gabriel Volpe
Hi Akkers, I just want to share with you my new post! In this case I'm talking about how to design a full project using Akka Streams dealing with error handling and ~100% test coverage. Also I created a demonstration project. https://partialflow.wordpress.com/2015/08/17/akka-streams-designing-a

Re: [akka-user] [Akka Streams] Designing a Full Project with Error Handling and ~100% Test Coverage

2015-08-24 Thread Adam Shannon
I thought there were plans for akka-stream to move away from actors as the implementation detail. Is that still the case? On Mon, Aug 24, 2015 at 1:07 PM, Gabriel Volpe wrote: > Hi Akkers, > > I just want to share with you my new post! In this case I'm talking about > how to design a full projec

Re: [akka-user] [Akka Streams] Designing a Full Project with Error Handling and ~100% Test Coverage

2015-08-24 Thread Gabriel Volpe
I don't understand your question. What is the relation with the blog post? El lunes, 24 de agosto de 2015, 19:13:00 (UTC+1), Adam Shannon escribió: > > I thought there were plans for akka-stream to move away from actors as the > implementation detail. Is that still the case? > > On Mon, Aug 24,

Re: [akka-user] [Akka Streams] Designing a Full Project with Error Handling and ~100% Test Coverage

2015-08-24 Thread Adam Shannon
If akka-actor is going to be removed from akka-stream wouldn't that impact the ability to test the logic and functionality of your akka-stream code with actor logic / messages? On Mon, Aug 24, 2015 at 1:24 PM, Gabriel Volpe wrote: > I don't understand your question. What is the relation with the

Re: [akka-user] [Akka Streams] Designing a Full Project with Error Handling and ~100% Test Coverage

2015-08-24 Thread Gabriel Volpe
I don't think so. I'm just testing the partial flows. Nevertheless I never heard about what you're commenting but if that's the case I think the Akka team have a good reason to do it. But if don't like it I can always fork the code, that's the beauty of the open source ;) Cheers, Gabriel. El l