Re: [akka-user] Update Aeron to 1.7?

2017-12-30 Thread Konrad Malawski
It already is updated in the sources since some weeks: https://github.com/akka/akka/blob/master/project/Dependencies.scala Await an upcoming release with it. Happy new year! -- Konrad Malawski On December 31, 2017 at 0:12:05, Vishnu Vardhan (vardh...@gmail.com) wrote: > Hi Guys > > I think i

[akka-user] Update Aeron to 1.7?

2017-12-30 Thread Vishnu Vardhan
Hi Guys I think i am being hit by https://github.com/real-logic/aeron/issues/329, fixed in 1.7 I see that akka still uses Aeron 1.3 released in May, and i am wondering if this will be updated soon Best Regards Vishnu -- >> Read the docs: http://akka.io/docs/ >>

Re: [akka-user] access to http response databytes stream materialized value

2017-12-30 Thread Konrad “ktoso” Malawski
data= data.mapMaterializedValue(mat => doThings(mat)) Is how you can achieve it. Yes, it’s the current best practice in those situations. -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On December 30, 2017 at

[akka-user] access to http response databytes stream materialized value

2017-12-30 Thread Kyrylo Stokoz
Hi All, It is possible with akka-http to complete http route like this: complete { HttpResponse( entity = HttpEntity( contentType = ..., data= data ) ) } where data is Source[ByteString, _] As user is not responsible to connect this source with