Re: [akka-user][deprecated] Akka Http and consuming a response of "application/stream+json" type

2018-03-26 Thread Konrad “ktoso” Malawski
Hi Michael, I assume your question is about how to get a Source[MyType] from such streamed incoming entity? The streaming and backpressure itself is “always on”, so the missing bit is the marshalling — you are right we didn’t document it very well, so I went ahead and added the docs:

[akka-user][deprecated] Akka Http and consuming a response of "application/stream+json" type

2018-03-26 Thread Michael Kohout
Hi All- I'm writing an application that must consume from a HTTP endpoint that publishes a streaming response(the source app is using project reactor/spring webflux). I don't see any docs in the Akka-HTTP project that seem to map to my use case. Does anyone know if it's possible to use akka