Importing EventStreamUnmarshalling.fromEntityUnmarshaller lets an akka.http.model.HttpEntity
with a text/event-stream media type be unmarshallable to an akka.stream.scaladsl.Source[ServerSentEvent].
Attention: An implicit scala.concurrent.ExecutionContext has to be in scope!
The maximum buffer size for the event Stream parser; 8KiB by default.
The maximum buffer size for the event Stream parser; 8KiB by default. It bounds the line size of individual
events, i.e. the number of bytes before a line break.
Importing EventStreamUnmarshalling.fromEntityUnmarshaller lets an
akka.http.model.HttpEntitywith atext/event-streammedia type be unmarshallable to anakka.stream.scaladsl.Source[ServerSentEvent].: An implicitAttentionscala.concurrent.ExecutionContexthas to be in scope!