Parsing Lines
Most Alpakka sources stream ByteString
ByteString
elements which normally won’t contain data line by line. To split these at line separators use Framing
Framing
as described in the Akka Stream documentation.
Most Alpakka sources stream ByteString
ByteString
elements which normally won’t contain data line by line. To split these at line separators use Framing
Framing
as described in the Akka Stream documentation.