Parsing Lines
Most Apache Pekko Connectors 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 Apache Pekko Stream documentation.
1.0.2