On Tue, Oct 28, 2014 at 10:40 AM, Akka Team <[email protected]> wrote:
> Hi Rüdiger,
>
>> I am doing some testing with akka-http and chunked encoding. I want to
>> investigate the backpressure behavior, so I am using curl with
>> --limit-rate 1k on the client side. I should I see backpressure when
>> using akka-http to send a HttpEntity.Chunked, right?
>
>
> Yes, you should.
>
Yes, my mistake. It seems that there are some buffers that are being
filled before the backpressure kicks in, so you have to make sure to
produce enough data to see the effect.

>>
>>
>> One thing I noticed is that all hell breaks loose when the connection
>> is closed from the client side (e.g. by interrupting curl using
>> Control-C). See below. Is that going to change with 1.0, or is there a
>> way to silence this?
>
>
> It is just the onError signal caused by "connection reset by peer"
> propagating downwards, and all elements log it (which looks scary and is
> completely useless). We will remove this logging completely, there is at
> least one ticket for that: https://github.com/akka/akka/issues/15349
>
OK. That's good to know.

>>
>>
>> Also, is the namespace for the scala dsl going to stay scaladsl**2**?
>> That would be weird.
>
>
> No: https://github.com/akka/akka/pull/16154/
>
Great. Thanks. By the way, is http client functionality going to be
included in 1.0, or is that planned for a later release?

Cheers,

Rüdiger

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to