New to Akka? Start with the Akka SDK.
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.