[akka-user] how to limit mapasyncunordered concurrency

2016-09-25 Thread sirpy
The parallelism argument to mapasyncunordered doesn't seem to be effective. According to the docs it seems like it will backpressure only if downstream also backpressures and futures count > parallelism. On the other hand mapasync is limited by parallelism but it must wait for the first future

Re: [akka-user] Memory Bounding Akka Streams

2016-09-25 Thread Viktor Klang
Bounded memory usage is the essence of Akka Streams tho? On Wed, Sep 21, 2016 at 8:01 PM, Dagny T wrote: > > Just wanted to check with folks if I had the correct implementation for > how to protect from blowing up memory when working with Akka Streams. > > I've merged a

Re: [akka-user] Akka-Http The Connection Pool Gets Stuck sometimes

2016-09-25 Thread 'Eli Orzitzer' via Akka User List
Thank for your response! Maybe I wasn't clear before I do consume the response body. After your comment I also added consuming the request body which didn't help. On Friday, September 23, 2016 at 11:02:46 AM UTC+3, √ wrote: > > I assume that if you are the client, you have to consume the