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