Re: [akka-user] akka 2.4.10 - connection reset by peer when consuming stream with parallelism == 1

2017-12-11 Thread pbishnu1995
[error] java.net.SocketException: Connection reset [error] at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source) [error] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [error] at

Re: [akka-user] akka 2.4.10 - connection reset by peer when consuming stream with parallelism == 1

2016-09-30 Thread Eric Torti
Thank you for your answer, Konrad. I am guessing this shouldn't be the issue, because I have consumed the same stream very slowly using curl --limit-rate 75k. And it took me over 5 minutes to go from end to end. And it worked ell. But I am not sure if akka http handles the socket the same

Re: [akka-user] akka 2.4.10 - connection reset by peer when consuming stream with parallelism == 1

2016-09-30 Thread Konrad Malawski
That means the other side has closed the connection. It could be an idle timeout. Are you sure data is consistently flowing, and not being idle for minutes? On 30 Sep 2016 16:59, "Eric Torti" wrote: > Hey guys, > > I am new to akka streams so I may be missing something big

[akka-user] akka 2.4.10 - connection reset by peer when consuming stream with parallelism == 1

2016-09-30 Thread Eric Torti
Hey guys, I am new to akka streams so I may be missing something big here. Using akka-stream, akka-http-core, akka-typed-experimental all 2.4.10 - scala 2.11.8. I am experiencing the `connection reset by peer` error on a stream that I have checked with `curl` to remain open far longer than