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