apache / pekko-connectors

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
https://pekko.apache.org/
Apache License 2.0
56 stars 27 forks source link

zip: use ByteString conversions because we know they are safe in this case #657

Closed pjfanning closed 1 month ago

pjfanning commented 1 month ago

ByteString unsafe functions should only be used if you know if other code can mutate the arrays

laglangyue commented 1 month ago

lgtm