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

2015-08-24 Thread Adam Shannon
://groups.google.com/d/optout. -- Adam Shannon | Software Engineer | Banno | Jack Henry 206 6th Ave Suite 1020 | Des Moines, IA 50309 | Cell: 515.867.8337 -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives

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

2015-08-24 Thread Adam Shannon
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, 2015 at 1:07 PM, Gabriel Volpe volpeg

Re: [akka-user] Re: Specs2RouteTest equivalent for Akka HTTP

2015-08-18 Thread Adam Shannon
. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Adam Shannon | Software Engineer | Banno | Jack Henry 206 6th Ave Suite 1020 | Des Moines, IA 50309 | Cell: 515.867.8337 -- Read the docs: http://akka.io/docs

[akka-user] Announce: akka-http dropwizard / codahale metrics integration

2015-07-21 Thread Adam Shannon
Hey all, We've been working on integrating some codahale metrics into akka-http. This has been heavily by the spray PR[0], but ported over to the akka-http classes. https://github.com/Backline/akka-http-metrics We're running this in production for a little while now and would love it if

Re: [akka-user] Re: Server attacked. What could have been done?

2015-07-20 Thread Adam Shannon
the section out to me, thanks!) On Mon, Jul 20, 2015 at 7:08 AM, Adam Shannon adam.shan...@banno.com wrote: I wouldn't say undesired behavior so much as something that we should work to fix within akka-http as to not throw the exception. I'm not seeing app crashes as have been reported by others

Re: [akka-user] Re: Server attacked. What could have been done?

2015-07-20 Thread Adam Shannon
? On Mon, Jul 20, 2015 at 3:09 PM, Adam Shannon adam.shan...@banno.com wrote: Viktor, My main concern here has been the throwing of exceptions. It was a bit confusing to see that (along with Internal server error, sending 500 response) when it seems akka-http is handling this fine

Re: [akka-user] Re: Server attacked. What could have been done?

2015-07-20 Thread Adam Shannon
/optout. -- Adam Shannon | Software Engineer | Banno | Jack Henry 206 6th Ave Suite 1020 | Des Moines, IA 50309 | Cell: 515.867.8337 -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search the archives: https

Re: [akka-user] Re: Server attacked. What could have been done?

2015-07-20 Thread Adam Shannon
Johannes, Yes, that seems to be the only issue left that I have. I'm not sure if Nicolau is having any other issues. On Mon, Jul 20, 2015 at 8:33 AM, 'Johannes Rudolph' via Akka User List akka-user@googlegroups.com wrote: Hi Adam, On Mon, Jul 20, 2015 at 3:25 PM, Adam Shannon adam.shan

Re: [akka-user] Re: Server attacked. What could have been done?

2015-07-19 Thread Adam Shannon
-user@googlegroups.com. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Adam Shannon | Software Engineer | Banno | Jack Henry 206 6th Ave Suite 1020 | Des Moines, IA 50309 | Cell: 515.867.8337 -- Read the docs

Re: [akka-user] Re: Server attacked. What could have been done?

2015-07-19 Thread Adam Shannon
PM, Viktor Klang viktor.kl...@gmail.com wrote: Adam, thank you. Are you observing any undesired behavior from Akka Http related to those requests? On Sun, Jul 19, 2015 at 10:43 PM, Adam Shannon adam.shan...@banno.com wrote: I have some logs of this happening to me as well. I'm running

Re: [akka-user] Akka http load balancer

2015-05-27 Thread Adam Shannon
options, visit https://groups.google.com/d/optout. -- Adam Shannon | Software Engineer | Banno | Jack Henry 206 6th Ave Suite 1020 | Des Moines, IA 50309 | Cell: 515.867.8337 -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional

[akka-user] akka-http underlying threading

2015-02-17 Thread Adam Shannon
down to that same point. Is this the plan going forward, or perhaps is there some other strategy that will be used? [0]: https://groups.google.com/forum/#!topic/spray-user/avYhEFYsvcg -- Adam Shannon | Software Engineer | Banno | Jack Henry 206 6th Ave Suite 1020 | Des Moines, IA 50309 | Cell

[akka-user] StackOverflow with long actor path name.

2014-02-03 Thread Adam Shannon
? https://gist.github.com/adamdecaf/8790506 -- Adam Shannon Software Engineer University of Northern Iowa Senior -- Computer Science Mathematics http://ashannon.us -- Read the docs: http://akka.io/docs/ Check the FAQ: http://akka.io/faq/ Search the archives: https

Re: [akka-user] StackOverflow with long actor path name.

2014-02-03 Thread Adam Shannon
. The name should be short and to the point, it's not a place to put a base64-encoded payload (or worse ;)) On Mon, Feb 3, 2014 at 8:24 PM, Adam Shannon a...@ashannon.us wrote: Hello all, I've found out that I can get a StackOverflow exception when creating and using an actor with a long path